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

What is Unicode character 𡦨?

The Unicode character 𡦨 U+219A8 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+219A8.

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!