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

What is Unicode character 𲃕?

The Unicode character 𲃕 U+320D5 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+320D5.

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!