Broken Circle With Northwest Arrow

Shortcodes

Copy and paste codes for Broken Circle With Northwest Arrow symbol ⎋ to use in your websites, apps, blogs, and more.

Unicode
U+238B
HTML Code
⎋
HEX Code
⎋
CSS Code
\238B
JS/JSON
\u238B
Unix/C/PHP/JAVA
0x238B
URL-encode
%E2%8E%8B
copied

Customize Broken Circle With Northwest Arrow Symbol

Customize ⎋ symbol as you like and download Broken Circle With Northwest Arrow 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 Broken Circle With Northwest Arrow symbol in HTML, CSS, and JS?

Insert ⎋ Broken Circle With Northwest Arrow using HTML

1. Copy-paste Broken Circle With Northwest Arrow directly:
<span>⎋</span>
2. HTML Decimal Code:
<span>&#9099;</span>
3. Hexadecimal Code:
<span>&#x238B;</span>
Preview:

Add Broken Circle With Northwest Arrow symbol with CSS

.broken-circle-with-northwest-arrow::before {
    content: '\\238B';
}
Preview: Broken Circle With Northwest Arrow

Broken Circle With Northwest Arrow JavaScript Code

1. Direct Symbol:
document.querySelector('.broken-circle-with-northwest-arrow').textContent = '⎋';
2. Unicode Escape for ⎋:
document.querySelector('.broken-circle-with-northwest-arrow').textContent = '\u238B';
Preview: