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

What is Unicode character 𢻏?

The Unicode character 𢻏 U+22ECF 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+22ECF.

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!