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

What is Unicode character 𬎯?

The Unicode character 𬎯 U+2C3AF 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+2C3AF.

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!