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

What is Unicode character 𧍖?

The Unicode character 𧍖 U+27356 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+27356.

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!