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

What is Unicode character 𢺛?

The Unicode character 𢺛 U+22E9B 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+22E9B.

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!