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

What is Unicode character 𲈹?

The Unicode character 𲈹 U+32239 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+32239.

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!