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

What is Unicode character 𨎎?

The Unicode character 𨎎 U+2838E 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+2838E.

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!