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

What is Unicode character 𲂕?

The Unicode character 𲂕 U+32095 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+32095.

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!