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

What is Unicode character 𰨺?

The Unicode character 𰨺 U+30A3A 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+30A3A.

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!