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

What is Unicode character 𫔝?

The Unicode character 𫔝 U+2B51D 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+2B51D.

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!