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>&#137181;</p>
📋
CSS .selector { content: '\217DD' };
📋
JS var unicodeA = '\u217DD ';
📋
CPP char unicodeA = ' \u217DD ';
📋
Java char unicodeA = '\u217DD';
📋
Python unicodeA = '\u217DD'
📋

What is Unicode character 𡟝?

The Unicode character 𡟝 U+217DD 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+217DD.

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!