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

What is Unicode character 𲇝?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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