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

What is Unicode character 𢸝?

The Unicode character 𢸝 U+22E1D 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+22E1D.

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!