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

What is Unicode character 𦔟?

The Unicode character 𦔟 U+2651F 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+2651F.

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!