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

What is Unicode character 𨔄?

The Unicode character 𨔄 U+28504 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+28504.

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!