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

What is Unicode character 𡟑?

The Unicode character 𡟑 U+217D1 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+217D1.

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!