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

What is Unicode character 𬬈?

The Unicode character 𬬈 U+2CB08 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+2CB08.

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!