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

What is Unicode character 𰼶?

The Unicode character 𰼶 U+30F36 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+30F36.

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!