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

What is Unicode character 𢖤?

The Unicode character 𢖤 U+225A4 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+225A4.

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!