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

What is Unicode character 𢡶?

The Unicode character 𢡶 U+22876 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+22876.

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!