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

What is Unicode character 𢡵?

The Unicode character 𢡵 U+22875 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+22875.

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!