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

What is Unicode character 𬏧?

The Unicode character 𬏧 U+2C3E7 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+2C3E7.

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!