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

What is Unicode character 𨕔?

The Unicode character 𨕔 U+28554 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+28554.

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!