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

What is Unicode character 𬬫?

The Unicode character 𬬫 U+2CB2B 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+2CB2B.

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!