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

What is Unicode character 𬧲?

The Unicode character 𬧲 U+2C9F2 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+2C9F2.

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!