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

What is Unicode character 𡡶?

The Unicode character 𡡶 U+21876 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+21876.

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!