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

What is Unicode character 𲎩?

The Unicode character 𲎩 U+323A9 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+323A9.

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!