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

What is Unicode character 𢡹?

The Unicode character 𢡹 U+22879 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+22879.

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!