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

What is Unicode character 𲌕?

The Unicode character 𲌕 U+32315 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+32315.

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!