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

What is Unicode character 𰨅?

The Unicode character 𰨅 U+30A05 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+30A05.

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!