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

What is Unicode character 𡘝?

The Unicode character 𡘝 U+2161D 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+2161D.

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!