| 記号名 | Mayan Numeral Eleven |
| Unicodeバージョン | 11.0 |
| Unicode | U+1D2EB |
| Unicodeブロック | |
| 一般カテゴリ | No (No) |
| CSSコード | \1D2EB |
| 16進コード | 0x1D2EB |
| HTMLコード | 𝋫 |
| LaTeX | \text{MAYANNUMERALELEVEN} |
| 記号 | 𝋫 |
| URLエンコード(UTF-8パーセント) | %F0%9D%8B%AB |
| 読み上げ名 / スクリーンリーダー | Mayan Numeral Eleven |
| UTF-8 | F0 9D 8B AB |
| UTF-16 | D834 DEEB |
| UTF-32 | 0001D2EB |
1\documentclass{article}2\usepackage{pifont}3\text{MAYANNUMERALELEVEN}4\end{document}以下の方法でほとんどの最新デバイスでmayan numeral eleven記号を入力できます:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "mayan numeral eleven", or paste from this page.
Ctrl + Shift + U, type 1d2eb, then Enter (layout-dependent).
Paste from this page, use text replacement, or a hieroglyph-capable keyboard app.
Paste from this page or use a hieroglyph font keyboard.
1span.mayan-numeral-eleven::before { content: "\1D2EB"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𝋫</span>各プログラミング言語におけるMayan Numeral Eleven記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD834\uDEEB' or String.fromCodePoint(0x1D2EB) |
| Python | '\U{1D2EB}' or chr(0x1D2EB) |
| Rust | '\u{1D2EB}' |
| C / C++ | UTF-8 source or wchar_t with U+1D2EB |
| Go | string(rune(0x1D2EB)) |
| Ruby | "\u{1D2EB}" |