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

What is Unicode character 𧕨?

The Unicode character 𧕨 U+27568 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+27568.

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!