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

What is Unicode character 𢺦?

The Unicode character 𢺦 U+22EA6 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+22EA6.

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!