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

What is Unicode character 𡲵?

The Unicode character 𡲵 U+21CB5 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+21CB5.

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!