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

What is Unicode character 𰨚?

The Unicode character 𰨚 U+30A1A 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+30A1A.

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!