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

What is Unicode character 𢐹?

The Unicode character 𢐹 U+22439 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+22439.

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!