d.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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. DD: '\u2145',
  20. DDotrahd: '\u2911',
  21. DJcy: '\u0402',
  22. DScy: '\u0405',
  23. DZcy: '\u040F',
  24. Darr: '\u21A1',
  25. Dashv: '\u2AE4',
  26. Dcaron: '\u010E',
  27. Dcy: '\u0414',
  28. DiacriticalAcute: '\u00B4',
  29. DiacriticalDot: '\u02D9',
  30. DiacriticalDoubleAcute: '\u02DD',
  31. DiacriticalGrave: '\u0060',
  32. DiacriticalTilde: '\u02DC',
  33. Dot: '\u00A8',
  34. DotDot: '\u20DC',
  35. DoubleContourIntegral: '\u222F',
  36. DoubleDownArrow: '\u21D3',
  37. DoubleLeftArrow: '\u21D0',
  38. DoubleLeftRightArrow: '\u21D4',
  39. DoubleLeftTee: '\u2AE4',
  40. DoubleLongLeftArrow: '\u27F8',
  41. DoubleLongLeftRightArrow: '\u27FA',
  42. DoubleLongRightArrow: '\u27F9',
  43. DoubleRightArrow: '\u21D2',
  44. DoubleUpArrow: '\u21D1',
  45. DoubleUpDownArrow: '\u21D5',
  46. DownArrowBar: '\u2913',
  47. DownArrowUpArrow: '\u21F5',
  48. DownBreve: '\u0311',
  49. DownLeftRightVector: '\u2950',
  50. DownLeftTeeVector: '\u295E',
  51. DownLeftVectorBar: '\u2956',
  52. DownRightTeeVector: '\u295F',
  53. DownRightVectorBar: '\u2957',
  54. DownTeeArrow: '\u21A7',
  55. Dstrok: '\u0110',
  56. dArr: '\u21D3',
  57. dHar: '\u2965',
  58. darr: '\u2193',
  59. dash: '\u2010',
  60. dashv: '\u22A3',
  61. dbkarow: '\u290F',
  62. dblac: '\u02DD',
  63. dcaron: '\u010F',
  64. dcy: '\u0434',
  65. dd: '\u2146',
  66. ddagger: '\u2021',
  67. ddotseq: '\u2A77',
  68. demptyv: '\u29B1',
  69. dfisht: '\u297F',
  70. dharl: '\u21C3',
  71. dharr: '\u21C2',
  72. diam: '\u22C4',
  73. diamond: '\u22C4',
  74. diamondsuit: '\u2666',
  75. diams: '\u2666',
  76. die: '\u00A8',
  77. disin: '\u22F2',
  78. divide: '\u00F7',
  79. divonx: '\u22C7',
  80. djcy: '\u0452',
  81. dlcorn: '\u231E',
  82. dlcrop: '\u230D',
  83. dollar: '\u0024',
  84. doteq: '\u2250',
  85. dotminus: '\u2238',
  86. doublebarwedge: '\u2306',
  87. downarrow: '\u2193',
  88. downdownarrows: '\u21CA',
  89. downharpoonleft: '\u21C3',
  90. downharpoonright: '\u21C2',
  91. drbkarow: '\u2910',
  92. drcorn: '\u231F',
  93. drcrop: '\u230C',
  94. dscy: '\u0455',
  95. dsol: '\u29F6',
  96. dstrok: '\u0111',
  97. dtri: '\u25BF',
  98. dtrif: '\u25BE',
  99. duarr: '\u21F5',
  100. duhar: '\u296F',
  101. dwangle: '\u29A6',
  102. dzcy: '\u045F',
  103. dzigrarr: '\u27FF'
  104. }, 'd');