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

What is Unicode character 𡘍?

The Unicode character 𡘍 U+2160D 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+2160D.

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!