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

What is Unicode character 𨡓?

The Unicode character 𨡓 U+28853 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+28853.

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!