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

What is Unicode character 𧝖?

The Unicode character 𧝖 U+27756 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+27756.

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!