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

What is Unicode character 𲍨?

The Unicode character 𲍨 U+32368 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+32368.

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!