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

What is Unicode character 𲎣?

The Unicode character 𲎣 U+323A3 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+323A3.

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!