h.ts 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. HARDcy: '\u042A',
  20. Hcirc: '\u0124',
  21. HilbertSpace: '\u210B',
  22. HorizontalLine: '\u2500',
  23. Hstrok: '\u0126',
  24. hArr: '\u21D4',
  25. hairsp: '\u200A',
  26. half: '\u00BD',
  27. hamilt: '\u210B',
  28. hardcy: '\u044A',
  29. harr: '\u2194',
  30. harrcir: '\u2948',
  31. hcirc: '\u0125',
  32. hearts: '\u2665',
  33. heartsuit: '\u2665',
  34. hercon: '\u22B9',
  35. hksearow: '\u2925',
  36. hkswarow: '\u2926',
  37. hoarr: '\u21FF',
  38. homtht: '\u223B',
  39. horbar: '\u2015',
  40. hslash: '\u210F',
  41. hstrok: '\u0127',
  42. hybull: '\u2043',
  43. hyphen: '\u2010'
  44. }, 'h');