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

What is Unicode character 𰼊?

The Unicode character 𰼊 U+30F0A 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+30F0A.

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!