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

What is Unicode character 𲃰?

The Unicode character 𲃰 U+320F0 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+320F0.

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!