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

What is Unicode character 𢍙?

The Unicode character 𢍙 U+22359 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+22359.

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!