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

What is Unicode character 𢻺?

The Unicode character 𢻺 U+22EFA 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+22EFA.

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!