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

What is Unicode character 𡦹?

The Unicode character 𡦹 U+219B9 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+219B9.

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!