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

What is Unicode character 𰼰?

The Unicode character 𰼰 U+30F30 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+30F30.

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!