| 記号名 | Earth Hanzi |
| Unicodeバージョン | 1.1 |
| Unicode | U+571F |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \571F |
| 16進コード | 0x571F |
| HTMLコード | 土 |
| LaTeX | \CJKchar{571F} |
| 記号 | 土 |
| URLエンコード(UTF-8パーセント) | %E5%9C%9F |
| 読み上げ名 / スクリーンリーダー | Earth Hanzi |
| UTF-8 | E5 9C 9F |
| UTF-16 | 571F |
| UTF-32 | 0000571F |
1\documentclass{article}2\usepackage{pifont}3\CJKchar{571F}4\end{document}以下の方法でほとんどの最新デバイスでearth hanzi記号を入力できます:
Alt + 22303 on Windows (numeric keypad with Num Lock), or insert via Character Map / IME.
Edit → Emoji & Symbols, search "earth hanzi", or use Unicode Hex Input with 571F.
Ctrl + Shift + U, type 571f, then Enter (layout-dependent), or use an IBus CJK table.
Paste from this page, use text replacement, or pick from a Japanese/Chinese keyboard.
Paste from this page or use a keyboard with CJK ideograph support.
1span.cjk-earth::before { content: "\\571F"; font-family: "Hiragino Sans", "PingFang SC", "Noto Sans CJK SC", serif; }1<span>土</span>各プログラミング言語におけるEarth Hanzi記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u571F' or String.fromCodePoint(22303) |
| Python | '\N{CJK UNIFIED IDEOGRAPH-571F}' or chr(22303) |
| Rust | '\u{571F}' |
| C / C++ | UTF-8 source or wchar_t with U+571F |
| Go | string(rune(0x571F)) |
| Ruby | "\u{571F}" |