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

What is Unicode character 𡟼?

The Unicode character 𡟼 U+217FC 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+217FC.

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!