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

What is Unicode character 𬎧?

The Unicode character 𬎧 U+2C3A7 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+2C3A7.

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!