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

What is Unicode character 𢘹?

The Unicode character 𢘹 U+22639 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+22639.

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!