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

What is Unicode character 𲎪?

The Unicode character 𲎪 U+323AA 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+323AA.

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!