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

What is Unicode character 𲍹?

The Unicode character 𲍹 U+32379 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+32379.

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!