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>&#157143;</p>
📋
CSS .selector { content: '\265D7' };
📋
JS var unicodeA = '\u265D7 ';
📋
CPP char unicodeA = ' \u265D7 ';
📋
Java char unicodeA = '\u265D7';
📋
Python unicodeA = '\u265D7'
📋

What is Unicode character 𦗗?

The Unicode character 𦗗 U+265D7 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+265D7.

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!