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

What is Unicode character 𲃧?

The Unicode character 𲃧 U+320E7 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+320E7.

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!