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