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

What is Unicode character 𡦶?

The Unicode character 𡦶 U+219B6 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+219B6.

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!