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

What is Unicode character 𲈵?

The Unicode character 𲈵 U+32235 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+32235.

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!