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

What is Unicode character 𢌙?

The Unicode character 𢌙 U+22319 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+22319.

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!