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