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

What is Unicode character 𲌎?

The Unicode character 𲌎 U+3230E 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+3230E.

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!