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

What is Unicode character 𢖡?

The Unicode character 𢖡 U+225A1 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+225A1.

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!