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

What is Unicode character 𡟂?

The Unicode character 𡟂 U+217C2 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+217C2.

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!