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

What is Unicode character 𦖭?

The Unicode character 𦖭 U+265AD 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+265AD.

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!