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

What is Unicode character 𣄟?

The Unicode character 𣄟 U+2311F 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+2311F.

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!