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

What is Unicode character 𰔦?

The Unicode character 𰔦 U+30526 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+30526.

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!