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

What is Unicode character 𡧹?

The Unicode character 𡧹 U+219F9 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+219F9.

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!