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

What is Unicode character 𢰹?

The Unicode character 𢰹 U+22C39 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+22C39.

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!