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

What is Unicode character 𰕅?

The Unicode character 𰕅 U+30545 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+30545.

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!