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

What is Unicode character 𢀗?

The Unicode character 𢀗 U+22017 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+22017.

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!