| 記号名 | Hangul Syllable Ggeb |
| Unicodeバージョン | 2.0 |
| Unicode | U+AEEE |
| Unicodeブロック | |
| 一般カテゴリ | Other Letter (Lo) |
| CSSコード | \AEEE |
| 16進コード | 0xAEEE |
| HTMLコード | 껮 |
| LaTeX | \hangul{AEEE} |
| 記号 | 껮 |
| URLエンコード(UTF-8パーセント) | %EA%BB%AE |
| 読み上げ名 / スクリーンリーダー | Hangul Syllable Ggeb |
| UTF-8 | EA BB AE |
| UTF-16 | AEEE |
| UTF-32 | 0000AEEE |
1\documentclass{article}2\usepackage{pifont}3\hangul{AEEE}4\end{document}以下の方法でほとんどの最新デバイスでhangul syllable ggeb記号を入力できます:
Alt + 44782 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggeb", or use Unicode Hex Input with AEEE.
Ctrl + Shift + U, type aeee, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-ggeb::before { content: "\AEEE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>껮</span>各プログラミング言語におけるHangul Syllable Ggeb記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\uAEEE' or String.fromCodePoint(44782) |
| Python | '\N{HANGUL SYLLABLE GGEB}' or chr(44782) |
| Rust | '\u{AEEE}' |
| C / C++ | UTF-8 source or wchar_t with U+AEEE |
| Go | string(rune(0xAEEE)) |
| Ruby | "\u{AEEE}" |