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

What is Unicode character 𲄎?

The Unicode character 𲄎 U+3210E 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+3210E.

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!