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>&#173663;</p>
📋
CSS .selector { content: '\2A65F' };
📋
JS var unicodeA = '\u2A65F ';
📋
CPP char unicodeA = ' \u2A65F ';
📋
Java char unicodeA = '\u2A65F';
📋
Python unicodeA = '\u2A65F'
📋

What is Unicode character 𪙟?

The Unicode character 𪙟 U+2A65F 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+2A65F.

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!