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

What is Unicode character 𢻍?

The Unicode character 𢻍 U+22ECD 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+22ECD.

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!