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

What is Unicode character 𬬞?

The Unicode character 𬬞 U+2CB1E 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+2CB1E.

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!