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

What is Unicode character 𡇝?

The Unicode character 𡇝 U+211DD 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+211DD.

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!