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

What is Unicode character 𨺻?

The Unicode character 𨺻 U+28EBB 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+28EBB.

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!