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

What is Unicode character 𢸍?

The Unicode character 𢸍 U+22E0D 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+22E0D.

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!