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

What is Unicode character 𢔧?

The Unicode character 𢔧 U+22527 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+22527.

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!