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

What is Unicode character 𧝘?

The Unicode character 𧝘 U+27758 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+27758.

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!