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

What is Unicode character 𲃬?

The Unicode character 𲃬 U+320EC 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+320EC.

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!