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

What is Unicode character 𢸙?

The Unicode character 𢸙 U+22E19 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+22E19.

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!