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

What is Unicode character 𲁎?

The Unicode character 𲁎 U+3204E 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+3204E.

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!