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

What is Unicode character 𢺹?

The Unicode character 𢺹 U+22EB9 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+22EB9.

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!