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

What is Unicode character 𢖧?

The Unicode character 𢖧 U+225A7 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+225A7.

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!