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

What is Unicode character 𣘟?

The Unicode character 𣘟 U+2361F 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+2361F.

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!