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

What is Unicode character 𡀹?

The Unicode character 𡀹 U+21039 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+21039.

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!