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

What is Unicode character 𠀵?

The Unicode character 𠀵 U+20035 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+20035.

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!