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

What is Unicode character 𧙕?

The Unicode character 𧙕 U+27655 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+27655.

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!