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

What is Unicode character 𲍡?

The Unicode character 𲍡 U+32361 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+32361.

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!