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

What is Unicode character 𠟝?

The Unicode character 𠟝 U+207DD 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+207DD.

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!