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

What is Unicode character 𰔅?

The Unicode character 𰔅 U+30505 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+30505.

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!