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

What is Unicode character 𢌧?

The Unicode character 𢌧 U+22327 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+22327.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!