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

What is Unicode character 𨎞?

The Unicode character 𨎞 U+2839E 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+2839E.

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!