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

What is Unicode character 𢸼?

The Unicode character 𢸼 U+22E3C 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+22E3C.

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!