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

What is Unicode character 𦖬?

The Unicode character 𦖬 U+265AC 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+265AC.

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!