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

What is Unicode character 𡟹?

The Unicode character 𡟹 U+217F9 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+217F9.

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!