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

What is Unicode character 𰌅?

The Unicode character 𰌅 U+30305 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+30305.

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!