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>&#154790;</p>
📋
CSS .selector { content: '\25CA6' };
📋
JS var unicodeA = '\u25CA6 ';
📋
CPP char unicodeA = ' \u25CA6 ';
📋
Java char unicodeA = '\u25CA6';
📋
Python unicodeA = '\u25CA6'
📋

What is Unicode character 𥲦?

The Unicode character 𥲦 U+25CA6 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+25CA6.

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!