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

What is Unicode character 𰅰?

The Unicode character 𰅰 U+30170 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+30170.

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!