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>&#138243;</p>
📋
CSS .selector { content: '\21C03' };
📋
JS var unicodeA = '\u21C03 ';
📋
CPP char unicodeA = ' \u21C03 ';
📋
Java char unicodeA = '\u21C03';
📋
Python unicodeA = '\u21C03'
📋

What is Unicode character 𡰃?

The Unicode character 𡰃 U+21C03 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+21C03.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!