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

What is Unicode character 𢕇?

The Unicode character 𢕇 U+22547 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+22547.

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!