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

What is Unicode character 𰔧?

The Unicode character 𰔧 U+30527 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+30527.

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!