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

What is Unicode character 𡢧?

The Unicode character 𡢧 U+218A7 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+218A7.

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!