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

What is Unicode character 𥔦?

The Unicode character 𥔦 U+25526 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+25526.

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!