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

What is Unicode character 𢻎?

The Unicode character 𢻎 U+22ECE 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+22ECE.

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!