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

What is Unicode character 𲇬?

The Unicode character 𲇬 U+321EC 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+321EC.

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!