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

What is Unicode character 𡯝?

The Unicode character 𡯝 U+21BDD 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+21BDD.

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!