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

What is Unicode character 𬎬?

The Unicode character 𬎬 U+2C3AC 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+2C3AC.

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!