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

What is Unicode character 𨎊?

The Unicode character 𨎊 U+2838A 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+2838A.

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!