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