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