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

What is Unicode character 𲍦?

The Unicode character 𲍦 U+32366 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+32366.

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!