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

What is Unicode character 𲉹?

The Unicode character 𲉹 U+32279 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+32279.

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!