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

What is Unicode character 𲃣?

The Unicode character 𲃣 U+320E3 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+320E3.

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!