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

What is Unicode character 𢘧?

The Unicode character 𢘧 U+22627 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+22627.

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!