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

What is Unicode character 𲊅?

The Unicode character 𲊅 U+32285 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+32285.

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!