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

What is Unicode character 𲇍?

The Unicode character 𲇍 U+321CD 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+321CD.

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!