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

What is Unicode character 𰅵?

The Unicode character 𰅵 U+30175 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+30175.

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!