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

What is Unicode character 𢺿?

The Unicode character 𢺿 U+22EBF 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+22EBF.

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!