| Symboolnaam | Hangul Syllable Beuls |
| Unicode-versie | 2.0 |
| Unicode | U+BE18 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BE18 |
| Hexadecimale code | 0xBE18 |
| HTML-code | 븘 |
| LaTeX | \hangul{BE18} |
| Symbool | 븘 |
| URL-codering (UTF-8 procent) | %EB%B8%98 |
| Uitgesproken naam / schermlezer | Hangul Syllable Beuls |
| UTF-8 | EB B8 98 |
| UTF-16 | BE18 |
| UTF-32 | 0000BE18 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BE18}4\end{document}Je kunt het hangul syllable beuls-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48664 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable beuls", or use Unicode Hex Input with BE18.
Ctrl + Shift + U, type be18, 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-beuls::before { content: "\BE18"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>븘</span>De weergave van het Hangul Syllable Beuls-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBE18' or String.fromCodePoint(48664) |
| Python | '\N{HANGUL SYLLABLE BEULS}' or chr(48664) |
| Rust | '\u{BE18}' |
| C / C++ | UTF-8 source or wchar_t with U+BE18 |
| Go | string(rune(0xBE18)) |
| Ruby | "\u{BE18}" |