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

What is Unicode character 𡟉?

The Unicode character 𡟉 U+217C9 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+217C9.

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!