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