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

What is Unicode character 𬞢?

The Unicode character 𬞢 U+2C7A2 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+2C7A2.

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!