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

What is Unicode character 𲎬?

The Unicode character 𲎬 U+323AC 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+323AC.

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!