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

What is Unicode character 𲂍?

The Unicode character 𲂍 U+3208D 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+3208D.

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!