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

What is Unicode character 𡃝?

The Unicode character 𡃝 U+210DD 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+210DD.

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!