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

What is Unicode character 𬎸?

The Unicode character 𬎸 U+2C3B8 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+2C3B8.

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!