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

What is Unicode character 𡙟?

The Unicode character 𡙟 U+2165F 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+2165F.

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!