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

What is Unicode character 𰼡?

The Unicode character 𰼡 U+30F21 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+30F21.

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!