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

What is Unicode character 𢺳?

The Unicode character 𢺳 U+22EB3 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+22EB3.

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!