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

What is Unicode character 𡶲?

The Unicode character 𡶲 U+21DB2 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+21DB2.

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!