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

What is Unicode character 𰐺?

The Unicode character 𰐺 U+3043A 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+3043A.

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!