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

What is Unicode character 𲍤?

The Unicode character 𲍤 U+32364 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+32364.

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!