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

What is Unicode character 𰾖?

The Unicode character 𰾖 U+30F96 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+30F96.

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!