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

What is Unicode character 𡘟?

The Unicode character 𡘟 U+2161F 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+2161F.

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!