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

What is Unicode character 𲌅?

The Unicode character 𲌅 U+32305 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+32305.

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!