| Symbol Name | Square Dl |
| Unicode Version | 1.1 |
| Unicode | U+3397 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code | \3397 |
| Hex Code | 0x3397 |
| HTML Code | ㎗ |
| LaTeX | \text{DL} |
| Symbol | ㎗ |
| URL encode (UTF-8 percent) | %E3%8E%97 |
| Spoken / screen reader name | Square Dl |
| UTF-8 | E3 8E 97 |
| UTF-16 | 3397 |
| UTF-32 | 00003397 |
1\documentclass{article}2\usepackage{pifont}3\text{DL}4\end{document}You can type the square dl symbol on most modern devices with the help of following methods:
Alt + 13207 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "square dl", or use Unicode Hex Input with 3397.
Ctrl + Shift + U, type 3397, 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 unit symbol support.
1span.square-dl::before { content: "\3397"; }1<span>㎗</span>Square Dl symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u3397' or String.fromCodePoint(0x3397) |
| Python | '\N{SQUARE DL}' or chr(13207) |
| Rust | '\u{3397}' |
| C / C++ | UTF-8 source or wchar_t with U+3397 |
| Go | string(rune(0x3397)) |
| Ruby | "\u3397" |