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

What is Unicode character 𨎜?

The Unicode character 𨎜 U+2839C 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+2839C.

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!