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