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

What is Unicode character 𢂙?

The Unicode character 𢂙 U+22099 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+22099.

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!