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

What is Unicode character 𲃺?

The Unicode character 𲃺 U+320FA 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+320FA.

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!