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

What is Unicode character 𧝨?

The Unicode character 𧝨 U+27768 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+27768.

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!