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

What is Unicode character 𰼅?

The Unicode character 𰼅 U+30F05 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+30F05.

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!