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

What is Unicode character 𢙙?

The Unicode character 𢙙 U+22659 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+22659.

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!