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

What is Unicode character 𧍕?

The Unicode character 𧍕 U+27355 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+27355.

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!