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

What is Unicode character 𨎚?

The Unicode character 𨎚 U+2839A 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+2839A.

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!