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

What is Unicode character 𡨃?

The Unicode character 𡨃 U+21A03 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+21A03.

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!