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