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

What is Unicode character 𡧨?

The Unicode character 𡧨 U+219E8 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+219E8.

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!