copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('◀'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
◀
BLACK LEFT-POINTING TRIANGLE
Overview
◀ (BLACK LEFT-POINTING TRIANGLE) is the Unicode character at code point U+25C0. It belongs to the Geometric Shapes block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+25C0 | |
| decimal | 9664 | |
| htmldecimal | ◀ | |
| htmlhex | ◀ | |
| css | \25C0 | |
| javascript | \u{25C0} | |
| python | \u25c0 | |
| java | \u25C0 | |
| go | \u25C0 | |
| ruby | \u{25C0} | |
| rust | \u{25C0} | |
| ccpp | \u25c0 | |
| urlencoded | %E2%97%80 | |
| utf8bytes | e2 97 80 | |
| utf16bebytes | 25 c0 | |
| utf32bebytes | 00 00 25 c0 |
How to Use
HTML:
◀
CSS:
content: "\25C0"
JavaScript:
"\u{25C0}"
Python:
"\u25c0"
Properties
- Block
- Geometric Shapes
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ◀ character (BLACK LEFT-POINTING TRIANGLE)?
◀ (BLACK LEFT-POINTING TRIANGLE) is the Unicode character U+25C0.
What is the Unicode codepoint of BLACK LEFT-POINTING TRIANGLE?
The BLACK LEFT-POINTING TRIANGLE character (◀) has codepoint U+25C0.
How do I type or copy BLACK LEFT-POINTING TRIANGLE?
Copy ◀ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.