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

What is Unicode character 𬬾?

The Unicode character 𬬾 U+2CB3E 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+2CB3E.

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!