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

What is Unicode character 𢻾?

The Unicode character 𢻾 U+22EFE 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+22EFE.

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!