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>&#205722;</p>
📋
CSS .selector { content: '\3239A' };
📋
JS var unicodeA = '\u3239A ';
📋
CPP char unicodeA = ' \u3239A ';
📋
Java char unicodeA = '\u3239A';
📋
Python unicodeA = '\u3239A'
📋

What is Unicode character 𲎚?

The Unicode character 𲎚 U+3239A 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+3239A.

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!