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>&#173599;</p>
📋
CSS .selector { content: '\2A61F' };
📋
JS var unicodeA = '\u2A61F ';
📋
CPP char unicodeA = ' \u2A61F ';
📋
Java char unicodeA = '\u2A61F';
📋
Python unicodeA = '\u2A61F'
📋

What is Unicode character 𪘟?

The Unicode character 𪘟 U+2A61F 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+2A61F.

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!