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

What is Unicode character 𲎧?

The Unicode character 𲎧 U+323A7 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+323A7.

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!