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

What is Unicode character 𬞺?

The Unicode character 𬞺 U+2C7BA 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+2C7BA.

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!