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

What is Unicode character 𫔖?

The Unicode character 𫔖 U+2B516 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+2B516.

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!