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

What is Unicode character 𢬹?

The Unicode character 𢬹 U+22B39 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+22B39.

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!