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

What is Unicode character 𲆵?

The Unicode character 𲆵 U+321B5 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+321B5.

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!