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

What is Unicode character 𢺻?

The Unicode character 𢺻 U+22EBB 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+22EBB.

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!