White Diamond With Centred Dot

Shortcodes

Copy and paste codes for White Diamond With Centred Dot symbol ⟐ to use in your websites, apps, blogs, and more.

Unicode
U+27D0
HTML Code
⟐
HEX Code
⟐
CSS Code
\27D0
JS/JSON
\u27D0
Unix/C/PHP/JAVA
0x27D0
URL-encode
%E2%9F%90
copied

Customize White Diamond With Centred Dot Symbol

Customize ⟐ symbol as you like and download White Diamond With Centred Dot 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 White Diamond With Centred Dot symbol in HTML, CSS, and JS?

Insert ⟐ White Diamond With Centred Dot using HTML

1. Copy-paste White Diamond With Centred Dot directly:
<span>⟐</span>
2. HTML Decimal Code:
<span>&#10192;</span>
3. Hexadecimal Code:
<span>&#x27D0;</span>
Preview:

Add White Diamond With Centred Dot symbol with CSS

.white-diamond-with-centred-dot::before {
    content: '\\27D0';
}
Preview: White Diamond With Centred Dot

White Diamond With Centred Dot JavaScript Code

1. Direct Symbol:
document.querySelector('.white-diamond-with-centred-dot').textContent = '⟐';
2. Unicode Escape for ⟐:
document.querySelector('.white-diamond-with-centred-dot').textContent = '\u27D0';
Preview: