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

What is Unicode character 𲍔?

The Unicode character 𲍔 U+32354 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+32354.

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!