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

What is Unicode character 𢡘?

The Unicode character 𢡘 U+22858 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+22858.

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!