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

What is Unicode character 𢹇?

The Unicode character 𢹇 U+22E47 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+22E47.

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!