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

What is Unicode character 𨭔?

The Unicode character 𨭔 U+28B54 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+28B54.

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!