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

What is Unicode character 𢸹?

The Unicode character 𢸹 U+22E39 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+22E39.

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!