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

What is Unicode character 𲃙?

The Unicode character 𲃙 U+320D9 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+320D9.

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!