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

What is Unicode character 𰕹?

The Unicode character 𰕹 U+30579 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+30579.

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!