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

What is Unicode character 𰇝?

The Unicode character 𰇝 U+301DD is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension G 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+301DD.

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 13.0, and it belongs to the CJK Unified Ideographs Extension G block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 13.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension G
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!