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

What is Unicode character 𬬰?

The Unicode character 𬬰 U+2CB30 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+2CB30.

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!