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

What is Unicode character 𫬃?

The Unicode character 𫬃 U+2BB03 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+2BB03.

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!