Right Floor

Shortcodes

Copy and paste codes for Right Floor symbol ⌋ to use in your websites, apps, blogs, and more.

Unicode
U+230B
HTML Code
⌋
HTML Entity
⌋
HEX Code
⌋
CSS Code
\230B
JS/JSON
\u230B
Unix/C/PHP/JAVA
0x230B
URL-encode
%E2%8C%8B
copied

Customize Right Floor Symbol

Customize ⌋ symbol as you like and download Right Floor 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 Right Floor symbol in HTML, CSS, and JS?

Insert ⌋ Right Floor using HTML

1. Copy-paste Right Floor directly:
<span>⌋</span>
2. HTML Decimal Code:
<span>&#8971;</span>
3. HTML Entity:
<span>&rfloor;</span>
4. Hexadecimal Code:
<span>&#x230B;</span>
Preview:

Add Right Floor symbol with CSS

.right-floor::before {
    content: '\\230B';
}
Preview: Right Floor

Right Floor JavaScript Code

1. Direct Symbol:
document.querySelector('.right-floor').textContent = '⌋';
2. Unicode Escape for ⌋:
document.querySelector('.right-floor').textContent = '\u230B';
Preview: