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>&#177431;</p>
📋
CSS .selector { content: '\2B517' };
📋
JS var unicodeA = '\u2B517 ';
📋
CPP char unicodeA = ' \u2B517 ';
📋
Java char unicodeA = '\u2B517';
📋
Python unicodeA = '\u2B517'
📋

What is Unicode character 𫔗?

The Unicode character 𫔗 U+2B517 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B517.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!