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

What is Unicode character 𰼵?

The Unicode character 𰼵 U+30F35 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+30F35.

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!