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

What is Unicode character 𬇲?

The Unicode character 𬇲 U+2C1F2 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+2C1F2.

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!