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

What is Unicode character 𢀙?

The Unicode character 𢀙 U+22019 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+22019.

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!