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

What is Unicode character 𡧦?

The Unicode character 𡧦 U+219E6 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+219E6.

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!