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

What is Unicode character 𨄟?

The Unicode character 𨄟 U+2811F 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+2811F.

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!