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

What is Unicode character 𰨞?

The Unicode character 𰨞 U+30A1E 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+30A1E.

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!