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

What is Unicode character 𪔟?

The Unicode character 𪔟 U+2A51F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension B 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+2A51F.

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 3.1, and it belongs to the CJK Unified Ideographs Extension B block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 3.1
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension B
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!