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

What is Unicode character 𲂬?

The Unicode character 𲂬 U+320AC 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+320AC.

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!