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

What is Unicode character 𢖴?

The Unicode character 𢖴 U+225B4 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+225B4.

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!