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

What is Unicode character 𩘟?

The Unicode character 𩘟 U+2961F 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+2961F.

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!