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

What is Unicode character 𨕀?

The Unicode character 𨕀 U+28540 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+28540.

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!