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

What is Unicode character 𫰃?

The Unicode character 𫰃 U+2BC03 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+2BC03.

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!