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

What is Unicode character 𰼃?

The Unicode character 𰼃 U+30F03 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+30F03.

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!