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

What is Unicode character 𢡙?

The Unicode character 𢡙 U+22859 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+22859.

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!