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

What is Unicode character 𢼧?

The Unicode character 𢼧 U+22F27 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+22F27.

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!