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

What is Unicode character 𢣧?

The Unicode character 𢣧 U+228E7 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+228E7.

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!