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