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

What is Unicode character 𬬼?

The Unicode character 𬬼 U+2CB3C 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+2CB3C.

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!