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

What is Unicode character 𲁍?

The Unicode character 𲁍 U+3204D 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+3204D.

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!