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

What is Unicode character 𦖯?

The Unicode character 𦖯 U+265AF 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+265AF.

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!