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

What is Unicode character 𨎟?

The Unicode character 𨎟 U+2839F 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+2839F.

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!