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

What is Unicode character 𬞬?

The Unicode character 𬞬 U+2C7AC 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+2C7AC.

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!