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

What is Unicode character 𲁝?

The Unicode character 𲁝 U+3205D 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+3205D.

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!