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

What is Unicode character 𦄟?

The Unicode character 𦄟 U+2611F 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+2611F.

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!