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

What is Unicode character 𲃑?

The Unicode character 𲃑 U+320D1 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+320D1.

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!