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>&#205730;</p>
📋
CSS .selector { content: '\323A2' };
📋
JS var unicodeA = '\u323A2 ';
📋
CPP char unicodeA = ' \u323A2 ';
📋
Java char unicodeA = '\u323A2';
📋
Python unicodeA = '\u323A2'
📋

What is Unicode character 𲎢?

The Unicode character 𲎢 U+323A2 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+323A2.

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!