| Symboolnaam | Left White Tortoise Shell Bracket |
| Unicode-versie | 1.1 |
| Unicode | U+3018 |
| Unicode-blok | |
| Algemene categorie | Open Punctuation (Ps) |
| UTF-8 | E3 80 98 |
| UTF-16 | 3018 |
| UTF-32 | 00003018 |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTWHITETORTOISESHELLBRACKET}4\end{document}Je kunt het left white tortoise shell bracket-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 12312 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left white tortoise shell bracket", or use Unicode Hex Input with 3018.
Ctrl + Shift + U, type 3018, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.left-white-tortoise-shell-bracket::before { content: "\3018"; }1<span>〘</span>De weergave van het Left White Tortoise Shell Bracket-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u3018' or String.fromCodePoint(12312) |
| Python | '\N{LEFT WHITE TORTOISE SHELL BRACKET}' or chr(12312) |
| Rust | '\u{3018}' |
| C / C++ | UTF-8 source or wchar_t with U+3018 |
| Go | string(rune(0x3018)) |
| Ruby | "\u{3018}" |
| CSS-code |
\3018 |
| Hexadecimale code | 0x3018 |
| HTML-code | 〘 |
| LaTeX | \text{LEFTWHITETORTOISESHELLBRACKET} |
| Symbool | 〘 |
| URL-codering (UTF-8 procent) | %E3%80%98 |
| Uitgesproken naam / schermlezer | Left White Tortoise Shell Bracket |