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

What is Unicode character 𬎷?

The Unicode character 𬎷 U+2C3B7 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+2C3B7.

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!