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

What is Unicode character 𰔹?

The Unicode character 𰔹 U+30539 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+30539.

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!