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

What is Unicode character 𲎨?

The Unicode character 𲎨 U+323A8 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+323A8.

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!