Braille Pattern Dots-12345678

Shortcodes

Copy and paste codes for Braille Pattern Dots-12345678 symbol ⣿ to use in your websites, apps, blogs, and more.

Unicode
U+28FF
HTML Code
⣿
HEX Code
⣿
CSS Code
\28FF
JS/JSON
\u28FF
Unix/C/PHP/JAVA
0x28FF
URL-encode
%E2%A3%BF
copied

Customize Braille Pattern Dots-12345678 Symbol

Customize ⣿ symbol as you like and download Braille Pattern Dots-12345678 as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
 

How to add Braille Pattern Dots-12345678 symbol in HTML, CSS, and JS?

Insert ⣿ Braille Pattern Dots-12345678 using HTML

1. Copy-paste Braille Pattern Dots-12345678 directly:
<span>⣿</span>
2. HTML Decimal Code:
<span>&#10495;</span>
3. Hexadecimal Code:
<span>&#x28FF;</span>
Preview:

Add Braille Pattern Dots-12345678 symbol with CSS

.braille-pattern-dots-12345678::before {
    content: '\\28FF';
}
Preview: Braille Pattern Dots-12345678

Braille Pattern Dots-12345678 JavaScript Code

1. Direct Symbol:
document.querySelector('.braille-pattern-dots-12345678').textContent = '⣿';
2. Unicode Escape for ⣿:
document.querySelector('.braille-pattern-dots-12345678').textContent = '\u28FF';
Preview: