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

What is Unicode character 𲇟?

The Unicode character 𲇟 U+321DF 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+321DF.

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!