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

What is Unicode character 𡼃?

The Unicode character 𡼃 U+21F03 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+21F03.

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!