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

What is Unicode character 𢴹?

The Unicode character 𢴹 U+22D39 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+22D39.

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!