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

What is Unicode character 𬎫?

The Unicode character 𬎫 U+2C3AB 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+2C3AB.

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!