| 記号名 | Egyptian Hieroglyph-1381f |
| Unicodeバージョン | 16.0 |
| Unicode | U+1381F |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \1381F |
| 16進コード | 0x1381F |
| HTMLコード | 𓠟 |
| LaTeX | \text{EGYPTIANHIEROGLYPH-1381F} |
| 記号 | |
| URLエンコード(UTF-8パーセント) | %F0%93%A0%9F |
| 読み上げ名 / スクリーンリーダー | Egyptian Hieroglyph-1381f |
| UTF-8 | F0 93 A0 9F |
| UTF-16 | D80E DC1F |
| UTF-32 | 0001381F |
1\documentclass{article}2\usepackage{pifont}3\text{EGYPTIANHIEROGLYPH-1381F}4\end{document}以下の方法でほとんどの最新デバイスでegyptian hieroglyph-1381f記号を入力できます:
Character Map, paste from this page, or U+ hex entry, or insert via Character Map / BabelMap.
Edit → Emoji & Symbols, search "egyptian hieroglyph-1381f", or paste from this page.
Ctrl + Shift + U, type 1381f, 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.egyptian-hieroglyph-1381f::before { content: "\1381F"; font-family: "Noto Sans Egyptian Hieroglyphs", "Segoe UI Historic", sans-serif; }1<span>𓠟</span>各プログラミング言語におけるEgyptian Hieroglyph-1381f記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uD80E\uDC1F' or String.fromCodePoint(0x1381F) |
| Python | '\U{1381F}' or chr(0x1381F) |
| Rust | '\u{1381F}' |
| C / C++ | UTF-8 source or wchar_t with U+1381F |
| Go | string(rune(0x1381F)) |
| Ruby | "\u{1381F}" |