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

What is Unicode character 𫍕?

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

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

Unicode Properties

Applicable Properties

Applicable Properties With Values

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