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

What is Unicode character 𲃨?

The Unicode character 𲃨 U+320E8 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+320E8.

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!