opf.ts 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. Aopf: '\uD835\uDD38',
  20. Bopf: '\uD835\uDD39',
  21. Copf: '\u2102',
  22. Dopf: '\uD835\uDD3B',
  23. Eopf: '\uD835\uDD3C',
  24. Fopf: '\uD835\uDD3D',
  25. Gopf: '\uD835\uDD3E',
  26. Hopf: '\u210D',
  27. Iopf: '\uD835\uDD40',
  28. Jopf: '\uD835\uDD41',
  29. Kopf: '\uD835\uDD42',
  30. Lopf: '\uD835\uDD43',
  31. Mopf: '\uD835\uDD44',
  32. Nopf: '\u2115',
  33. Oopf: '\uD835\uDD46',
  34. Popf: '\u2119',
  35. Qopf: '\u211A',
  36. Ropf: '\u211D',
  37. Sopf: '\uD835\uDD4A',
  38. Topf: '\uD835\uDD4B',
  39. Uopf: '\uD835\uDD4C',
  40. Vopf: '\uD835\uDD4D',
  41. Wopf: '\uD835\uDD4E',
  42. Xopf: '\uD835\uDD4F',
  43. Yopf: '\uD835\uDD50',
  44. Zopf: '\u2124',
  45. aopf: '\uD835\uDD52',
  46. bopf: '\uD835\uDD53',
  47. copf: '\uD835\uDD54',
  48. dopf: '\uD835\uDD55',
  49. eopf: '\uD835\uDD56',
  50. fopf: '\uD835\uDD57',
  51. gopf: '\uD835\uDD58',
  52. hopf: '\uD835\uDD59',
  53. iopf: '\uD835\uDD5A',
  54. jopf: '\uD835\uDD5B',
  55. kopf: '\uD835\uDD5C',
  56. lopf: '\uD835\uDD5D',
  57. mopf: '\uD835\uDD5E',
  58. nopf: '\uD835\uDD5F',
  59. oopf: '\uD835\uDD60',
  60. popf: '\uD835\uDD61',
  61. qopf: '\uD835\uDD62',
  62. ropf: '\uD835\uDD63',
  63. sopf: '\uD835\uDD64',
  64. topf: '\uD835\uDD65',
  65. uopf: '\uD835\uDD66',
  66. vopf: '\uD835\uDD67',
  67. wopf: '\uD835\uDD68',
  68. xopf: '\uD835\uDD69',
  69. yopf: '\uD835\uDD6A',
  70. zopf: '\uD835\uDD6B'
  71. }, 'opf');