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

What is Unicode character 𢄙?

The Unicode character 𢄙 U+22119 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+22119.

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!