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

What is Unicode character 𲍵?

The Unicode character 𲍵 U+32375 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+32375.

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!