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

What is Unicode character 𲎫?

The Unicode character 𲎫 U+323AB 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+323AB.

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!