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

What is Unicode character 𫔟?

The Unicode character 𫔟 U+2B51F 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+2B51F.

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!