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

What is Unicode character 𨒎?

The Unicode character 𨒎 U+2848E 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+2848E.

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!