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

What is Unicode character 𢄹?

The Unicode character 𢄹 U+22139 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+22139.

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!