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

What is Unicode character 𰅹?

The Unicode character 𰅹 U+30179 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+30179.

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!