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

What is Unicode character 𡕙?

The Unicode character 𡕙 U+21559 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+21559.

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!