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

What is Unicode character 𢝇?

The Unicode character 𢝇 U+22747 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+22747.

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!