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

What is Unicode character 𧔗?

The Unicode character 𧔗 U+27517 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+27517.

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!