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

What is Unicode character 𨎌?

The Unicode character 𨎌 U+2838C 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+2838C.

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!