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

What is Unicode character 𲃡?

The Unicode character 𲃡 U+320E1 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+320E1.

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!