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