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

What is Unicode character 𢀵?

The Unicode character 𢀵 U+22035 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+22035.

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!