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

What is Unicode character 𢞙?

The Unicode character 𢞙 U+22799 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+22799.

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!