| Symboolnaam | Fullwidth Left White Parenthesis |
| Unicode-versie | 3.2 |
| Unicode | U+FF5F |
| Unicode-blok | |
| Algemene categorie | Open Punctuation (Ps) |
| UTF-8 | EF BD 9F |
| UTF-16 | FF5F |
| UTF-32 | 0000FF5F |
1\documentclass{article}2\usepackage{pifont}3\text{FULLWIDTHLEFTWHITEPARENTHESIS}4\end{document}Je kunt het fullwidth left white parenthesis-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 65375 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "fullwidth left white parenthesis", or use Unicode Hex Input with FF5F.
Ctrl + Shift + U, type ff5f, 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.fullwidth-left-white-parenthesis::before { content: "\FF5F"; }1<span>⦅</span>De weergave van het Fullwidth Left White Parenthesis-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uFF5F' or String.fromCodePoint(65375) |
| Python | '\N{FULLWIDTH LEFT WHITE PARENTHESIS}' or chr(65375) |
| Rust | '\u{FF5F}' |
| C / C++ | UTF-8 source or wchar_t with U+FF5F |
| Go | string(rune(0xFF5F)) |
| Ruby | "\u{FF5F}" |
| CSS-code |
\FF5F |
| Hexadecimale code | 0xFF5F |
| HTML-code | ⦅ |
| LaTeX | \text{FULLWIDTHLEFTWHITEPARENTHESIS} |
| Symbool | ⦅ |
| URL-codering (UTF-8 procent) | %EF%BD%9F |
| Uitgesproken naam / schermlezer | Fullwidth Left White Parenthesis |