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

What is Unicode character 𨡔?

The Unicode character 𨡔 U+28854 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+28854.

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!