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

What is Unicode character 𨕑?

The Unicode character 𨕑 U+28551 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+28551.

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!