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

What is Unicode character 𬬍?

The Unicode character 𬬍 U+2CB0D 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+2CB0D.

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!