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

What is Unicode character 𡶵?

The Unicode character 𡶵 U+21DB5 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+21DB5.

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!