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