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

What is Unicode character 𲍳?

The Unicode character 𲍳 U+32373 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+32373.

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!