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

What is Unicode character 𦔚?

The Unicode character 𦔚 U+2651A 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+2651A.

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!