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

What is Unicode character 𡲹?

The Unicode character 𡲹 U+21CB9 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+21CB9.

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!