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

What is Unicode character 𡡵?

The Unicode character 𡡵 U+21875 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+21875.

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!