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

What is Unicode character 𨡐?

The Unicode character 𨡐 U+28850 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+28850.

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!