t.ts 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. THORN: '\u00DE',
  20. TRADE: '\u2122',
  21. TSHcy: '\u040B',
  22. TScy: '\u0426',
  23. Tab: '\u0009',
  24. Tau: '\u03A4',
  25. Tcaron: '\u0164',
  26. Tcedil: '\u0162',
  27. Tcy: '\u0422',
  28. ThickSpace: '\u205F\u200A',
  29. ThinSpace: '\u2009',
  30. TripleDot: '\u20DB',
  31. Tstrok: '\u0166',
  32. target: '\u2316',
  33. tbrk: '\u23B4',
  34. tcaron: '\u0165',
  35. tcedil: '\u0163',
  36. tcy: '\u0442',
  37. tdot: '\u20DB',
  38. telrec: '\u2315',
  39. there4: '\u2234',
  40. therefore: '\u2234',
  41. thetasym: '\u03D1',
  42. thickapprox: '\u2248',
  43. thicksim: '\u223C',
  44. thinsp: '\u2009',
  45. thkap: '\u2248',
  46. thksim: '\u223C',
  47. thorn: '\u00FE',
  48. timesb: '\u22A0',
  49. timesbar: '\u2A31',
  50. timesd: '\u2A30',
  51. tint: '\u222D',
  52. toea: '\u2928',
  53. top: '\u22A4',
  54. topbot: '\u2336',
  55. topcir: '\u2AF1',
  56. topfork: '\u2ADA',
  57. tosa: '\u2929',
  58. tprime: '\u2034',
  59. trade: '\u2122',
  60. triangledown: '\u25BF',
  61. triangleleft: '\u25C3',
  62. trianglelefteq: '\u22B4',
  63. triangleright: '\u25B9',
  64. trianglerighteq: '\u22B5',
  65. tridot: '\u25EC',
  66. trie: '\u225C',
  67. triminus: '\u2A3A',
  68. triplus: '\u2A39',
  69. trisb: '\u29CD',
  70. tritime: '\u2A3B',
  71. trpezium: '\u23E2',
  72. tscy: '\u0446',
  73. tshcy: '\u045B',
  74. tstrok: '\u0167',
  75. twixt: '\u226C',
  76. twoheadleftarrow: '\u219E',
  77. twoheadrightarrow: '\u21A0'
  78. }, 't');