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

What is Unicode character 𧝑?

The Unicode character 𧝑 U+27751 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+27751.

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!