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

What is Unicode character 𲀝?

The Unicode character 𲀝 U+3201D 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+3201D.

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!