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

What is Unicode character 𲃗?

The Unicode character 𲃗 U+320D7 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+320D7.

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!