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

What is Unicode character 𢹛?

The Unicode character 𢹛 U+22E5B 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+22E5B.

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!