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

What is Unicode character 𰾍?

The Unicode character 𰾍 U+30F8D 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+30F8D.

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!