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

What is Unicode character 𨔀?

The Unicode character 𨔀 U+28500 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+28500.

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!