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

What is Unicode character 𲂵?

The Unicode character 𲂵 U+320B5 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+320B5.

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!