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

What is Unicode character 𦔛?

The Unicode character 𦔛 U+2651B 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+2651B.

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!