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

What is Unicode character 𡦧?

The Unicode character 𡦧 U+219A7 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+219A7.

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!