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

What is Unicode character 𰔩?

The Unicode character 𰔩 U+30529 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+30529.

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!