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

What is Unicode character 𲍩?

The Unicode character 𲍩 U+32369 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+32369.

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!