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

What is Unicode character 𢭹?

The Unicode character 𢭹 U+22B79 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+22B79.

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!