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

What is Unicode character 𡟏?

The Unicode character 𡟏 U+217CF 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+217CF.

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!