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

What is Unicode character 𰕙?

The Unicode character 𰕙 U+30559 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+30559.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!