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

What is Unicode character 𰼺?

The Unicode character 𰼺 U+30F3A 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+30F3A.

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!