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