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

What is Unicode character 𰩎?

The Unicode character 𰩎 U+30A4E 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+30A4E.

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!