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

What is Unicode character 𢉹?

The Unicode character 𢉹 U+22279 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+22279.

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!