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

What is Unicode character 𰅶?

The Unicode character 𰅶 U+30176 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+30176.

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!