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

What is Unicode character 𲇨?

The Unicode character 𲇨 U+321E8 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+321E8.

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!