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>&#156957;</p>
📋
CSS .selector { content: '\2651D' };
📋
JS var unicodeA = '\u2651D ';
📋
CPP char unicodeA = ' \u2651D ';
📋
Java char unicodeA = '\u2651D';
📋
Python unicodeA = '\u2651D'
📋

What is Unicode character 𦔝?

The Unicode character 𦔝 U+2651D 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+2651D.

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!