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

What is Unicode character 𪔦?

The Unicode character 𪔦 U+2A526 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A526.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!