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

What is Unicode character 𨕄?

The Unicode character 𨕄 U+28544 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+28544.

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!