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

What is Unicode character 𡟃?

The Unicode character 𡟃 U+217C3 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+217C3.

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!