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

What is Unicode character 𰨙?

The Unicode character 𰨙 U+30A19 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+30A19.

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!