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

What is Unicode character 𡀃?

The Unicode character 𡀃 U+21003 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+21003.

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!