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