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

What is Unicode character 𲌍?

The Unicode character 𲌍 U+3230D 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+3230D.

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!