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