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

What is Unicode character 𧍙?

The Unicode character 𧍙 U+27359 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+27359.

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!