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

What is Unicode character 𦖫?

The Unicode character 𦖫 U+265AB 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+265AB.

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!