Css Styling

Size
𬇐
15px
𬇐
18px
𬇐
21px
𬇐
24px
𬇐
27px
𬇐
30px
𬇐
33px
𬇐
36px
𬇐
42px
𬇐
48px
𬇐
54px
𬇐
60px
𬇐
66px
𬇐
72px
💡: Some unicode characters will scale differently than others for different font sizes.
Text style
𬇐
Bold
𬇐
Italic
𬇐
Underline
𬇐
Strikethrough
𬇐
UpperCase
𬇐
LowerCase
𬇐
Oblique
A 𬇐
Subscript
A 𬇐
Superscript
𬇐
Shadow
💡: Some CSS style classes won’t work with some Unicode characters.
Font Family
𬇐
Arial
𬇐
Times New Roman
𬇐
Verdana
𬇐
Courier New
𬇐
Garamond
𬇐
Georgia
𬇐
Trebuchet MS
𬇐
Tahoma
𬇐
Brush Script MT
💡: Unicode characters will be rendered differently (styles, embellishments, offset, color, shapes, etc.) in different fonts.
Fore color
𬇐
White
𬇐
Brown
𬇐
Maroon
𬇐
Magenta
𬇐
Red
𬇐
Orange
𬇐
Yellow
𬇐
Green
𬇐
Teal
𬇐
Cyan
𬇐
Blue
𬇐
Violet
𬇐
Purple
𬇐
Indigo
𬇐
Gray
𬇐
Black
💡: Some Unicode characters will look the same and not take fore color.
Back color
𬇐
White
𬇐
Brown
𬇐
Maroon
𬇐
Magenta
𬇐
Red
𬇐
Orange
𬇐
Yellow
𬇐
Green
𬇐
Teal
𬇐
Cyan
𬇐
Blue
𬇐
Violet
𬇐
Purple
𬇐
Indigo
𬇐
Gray
𬇐
Black
💡: Some Unicode characters might not look as anticipated under different background colors.

Code Snippets

Lang Example Copy
HTML <p>&#180688;</p>
📋
CSS .selector { content: '\2C1D0' };
📋
JS var unicodeA = '\u2C1D0 ';
📋
CPP char unicodeA = ' \u2C1D0 ';
📋
Java char unicodeA = '\u2C1D0';
📋
Python unicodeA = '\u2C1D0'
📋

What is Unicode character 𬇐?

The Unicode character 𬇐 U+2C1D0 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E block.

What does the Unicode character 𬇐 represent?

The Unicode character 𬇐 represents Cjk Unified Ideograph-.

What is the Unicode code point for 𬇐?

The Unicode code point for 𬇐 is U+2C1D0.

Is the appearance of the 𬇐 character consistent across all platforms?

The appearance of the 𬇐 character can vary slightly across different platforms and devices due to differences in font and rendering. However, the general design of the Cjk Unified Ideograph- remains consistent.

How can I ensure the 𬇐 character displays correctly on different devices?

Though using Unicode ensures consistent display across devices and platforms. Ensure that the font being used supports the Han script to correctly render the 𬇐 character.

In which version was Unicode character 𬇐 released, and to which block of characters does it belong?

Unicode character 𬇐 was first introduced in Unicode Version 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
General Category Other Letter
Hangul Syllable Type Not Applicable
Indic Positional Category Not Applicable
Joining Type Unjoined
Line Break Ideographic
Numeric Value Not a Number
Script Han
Sentence Break Line Emoji
Word Break Unknown
Copied!