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

What is Unicode character 𧘟?

The Unicode character 𧘟 U+2761F 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+2761F.

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!