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>&#205100;</p>
📋
CSS .selector { content: '\3212C' };
📋
JS var unicodeA = '\u3212C ';
📋
CPP char unicodeA = ' \u3212C ';
📋
Java char unicodeA = '\u3212C';
📋
Python unicodeA = '\u3212C'
📋

What is Unicode character 𲄬?

The Unicode character 𲄬 U+3212C 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+3212C.

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!