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

What is Unicode character 𢕙?

The Unicode character 𢕙 U+22559 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+22559.

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!