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

What is Unicode character 𲇎?

The Unicode character 𲇎 U+321CE 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+321CE.

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!