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

What is Unicode character 𬎨?

The Unicode character 𬎨 U+2C3A8 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+2C3A8.

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!