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

What is Unicode character 𥬎?

The Unicode character 𥬎 U+25B0E 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+25B0E.

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!