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

What is Unicode character 𲎝?

The Unicode character 𲎝 U+3239D 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+3239D.

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!