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

What is Unicode character 𰼏?

The Unicode character 𰼏 U+30F0F 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+30F0F.

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!