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

What is Unicode character 𲂝?

The Unicode character 𲂝 U+3209D 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+3209D.

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!