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

What is Unicode character 𫍑?

The Unicode character 𫍑 U+2B351 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+2B351.

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!