| Symbol Name | Hangul Syllable Reg |
| Unicode Version | 2.0 |
| Unicode | U+B809 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B809 |
| Hex Code | 0xB809 |
| HTML Code | 렉 |
| LaTeX | \hangul{B809} |
| Symbol | 렉 |
| URL encode (UTF-8 percent) | %EB%A0%89 |
| Spoken / screen reader name | Hangul Syllable Reg |
| UTF-8 | EB A0 89 |
| UTF-16 | B809 |
| UTF-32 | 0000B809 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B809}4\end{document}You can type the hangul syllable reg symbol on most modern devices with the help of following methods:
Alt + 47113 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable reg", or use Unicode Hex Input with B809.
Ctrl + Shift + U, type b809, 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-reg::before { content: "\B809"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>렉</span>Hangul Syllable Reg symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB809' or String.fromCodePoint(47113) |
| Python | '\N{HANGUL SYLLABLE REG}' or chr(47113) |
| Rust | '\u{B809}' |
| C / C++ | UTF-8 source or wchar_t with U+B809 |
| Go | string(rune(0xB809)) |
| Ruby | "\u{B809}" |