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

What is Unicode character 𲎭?

The Unicode character 𲎭 U+323AD 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+323AD.

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!