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

What is Unicode character 𫘟?

The Unicode character 𫘟 U+2B61F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B61F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!