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

What is Unicode character 𰾎?

The Unicode character 𰾎 U+30F8E 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+30F8E.

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!