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

What is Unicode character 𫔕?

The Unicode character 𫔕 U+2B515 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+2B515.

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!