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

What is Unicode character 𢁙?

The Unicode character 𢁙 U+22059 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+22059.

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!