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

What is Unicode character 𤢎?

The Unicode character 𤢎 U+2488E 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+2488E.

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!