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

What is Unicode character 𰔨?

The Unicode character 𰔨 U+30528 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+30528.

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!