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

What is Unicode character 𨵔?

The Unicode character 𨵔 U+28D54 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+28D54.

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!