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

What is Unicode character 𬏨?

The Unicode character 𬏨 U+2C3E8 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+2C3E8.

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!