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

What is Unicode character 𡙝?

The Unicode character 𡙝 U+2165D 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+2165D.

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!