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

What is Unicode character 𲇃?

The Unicode character 𲇃 U+321C3 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+321C3.

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!