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

What is Unicode character 𲍧?

The Unicode character 𲍧 U+32367 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+32367.

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!