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

What is Unicode character 𡟳?

The Unicode character 𡟳 U+217F3 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+217F3.

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!