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

What is Unicode character 𨔆?

The Unicode character 𨔆 U+28506 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+28506.

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!