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

What is Unicode character 𨕐?

The Unicode character 𨕐 U+28550 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+28550.

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!