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

What is Unicode character 𨔦?

The Unicode character 𨔦 U+28526 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+28526.

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!