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>&#148878;</p>
📋
CSS .selector { content: '\2458E' };
📋
JS var unicodeA = '\u2458E ';
📋
CPP char unicodeA = ' \u2458E ';
📋
Java char unicodeA = '\u2458E';
📋
Python unicodeA = '\u2458E'
📋

What is Unicode character 𤖎?

The Unicode character 𤖎 U+2458E 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+2458E.

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!