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

What is Unicode character 𲃭?

The Unicode character 𲃭 U+320ED 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+320ED.

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!