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

What is Unicode character 𢖫?

The Unicode character 𢖫 U+225AB 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+225AB.

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!