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

What is Unicode character 𢸾?

The Unicode character 𢸾 U+22E3E 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+22E3E.

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!