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

What is Unicode character 𬖘?

The Unicode character 𬖘 U+2C598 is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2C598.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!