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

What is Unicode character 𢅙?

The Unicode character 𢅙 U+22159 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+22159.

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!