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

What is Unicode character 𲂎?

The Unicode character 𲂎 U+3208E 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+3208E.

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!