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

What is Unicode character 𲉔?

The Unicode character 𲉔 U+32254 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+32254.

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!