u.ts 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /*************************************************************
  2. *
  3. * Copyright (c) 2017-2022 The MathJax Consortium
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License");
  6. * you may not use this file except in compliance with the License.
  7. * You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. */
  17. import * as Entities from '../Entities.js';
  18. Entities.add({
  19. Uacute: '\u00DA',
  20. Uarr: '\u219F',
  21. Uarrocir: '\u2949',
  22. Ubrcy: '\u040E',
  23. Ubreve: '\u016C',
  24. Ucirc: '\u00DB',
  25. Ucy: '\u0423',
  26. Udblac: '\u0170',
  27. Ugrave: '\u00D9',
  28. Umacr: '\u016A',
  29. UnderBracket: '\u23B5',
  30. UnderParenthesis: '\u23DD',
  31. Uogon: '\u0172',
  32. UpArrowBar: '\u2912',
  33. UpArrowDownArrow: '\u21C5',
  34. UpEquilibrium: '\u296E',
  35. UpTeeArrow: '\u21A5',
  36. UpperLeftArrow: '\u2196',
  37. UpperRightArrow: '\u2197',
  38. Upsi: '\u03D2',
  39. Uring: '\u016E',
  40. Utilde: '\u0168',
  41. Uuml: '\u00DC',
  42. uArr: '\u21D1',
  43. uHar: '\u2963',
  44. uacute: '\u00FA',
  45. uarr: '\u2191',
  46. ubrcy: '\u045E',
  47. ubreve: '\u016D',
  48. ucirc: '\u00FB',
  49. ucy: '\u0443',
  50. udarr: '\u21C5',
  51. udblac: '\u0171',
  52. udhar: '\u296E',
  53. ufisht: '\u297E',
  54. ugrave: '\u00F9',
  55. uharl: '\u21BF',
  56. uharr: '\u21BE',
  57. uhblk: '\u2580',
  58. ulcorn: '\u231C',
  59. ulcorner: '\u231C',
  60. ulcrop: '\u230F',
  61. ultri: '\u25F8',
  62. umacr: '\u016B',
  63. uml: '\u00A8',
  64. uogon: '\u0173',
  65. uparrow: '\u2191',
  66. updownarrow: '\u2195',
  67. upharpoonleft: '\u21BF',
  68. upharpoonright: '\u21BE',
  69. uplus: '\u228E',
  70. upsih: '\u03D2',
  71. upsilon: '\u03C5',
  72. urcorn: '\u231D',
  73. urcorner: '\u231D',
  74. urcrop: '\u230E',
  75. uring: '\u016F',
  76. urtri: '\u25F9',
  77. utdot: '\u22F0',
  78. utilde: '\u0169',
  79. utri: '\u25B5',
  80. utrif: '\u25B4',
  81. uuarr: '\u21C8',
  82. uuml: '\u00FC',
  83. uwangle: '\u29A7'
  84. }, 'u');