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>&#180720;</p>
📋
CSS .selector { content: '\2C1F0' };
📋
JS var unicodeA = '\u2C1F0 ';
📋
CPP char unicodeA = ' \u2C1F0 ';
📋
Java char unicodeA = '\u2C1F0';
📋
Python unicodeA = '\u2C1F0'
📋

What is Unicode character 𬇰?

The Unicode character 𬇰 U+2C1F0 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+2C1F0.

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!