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

What is Unicode character 𲆲?

The Unicode character 𲆲 U+321B2 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+321B2.

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!