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

What is Unicode character 𰨾?

The Unicode character 𰨾 U+30A3E 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+30A3E.

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!