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

What is Unicode character 𢊙?

The Unicode character 𢊙 U+22299 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+22299.

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!