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

What is Unicode character 𤦎?

The Unicode character 𤦎 U+2498E 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+2498E.

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!