| Nom du symbole | Hangul Syllable Pyolh |
| Version Unicode | 2.0 |
| Unicode | U+D46B |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D46B |
| Code hexadécimal | 0xD46B |
| Code HTML | 푫 |
| LaTeX | \hangul{D46B} |
| Symbole | 푫 |
| Encodage URL (pourcent UTF-8) | %ED%91%AB |
| Nom oral / lecteur d’écran | Hangul Syllable Pyolh |
| UTF-8 | ED 91 AB |
| UTF-16 | D46B |
| UTF-32 | 0000D46B |
1\documentclass{article}2\usepackage{pifont}3\hangul{D46B}4\end{document}Vous pouvez saisir le symbole hangul syllable pyolh sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54379 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pyolh", or use Unicode Hex Input with D46B.
Ctrl + Shift + U, type d46b, 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-pyolh::before { content: "\D46B"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>푫</span>La représentation du symbole Hangul Syllable Pyolh dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD46B' or String.fromCodePoint(54379) |
| Python | '\N{HANGUL SYLLABLE PYOLH}' or chr(54379) |
| Rust | '\u{D46B}' |
| C / C++ | UTF-8 source or wchar_t with U+D46B |
| Go | string(rune(0xD46B)) |
| Ruby | "\u{D46B}" |