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

What is Unicode character 𨐊?

The Unicode character 𨐊 U+2840A 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+2840A.

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!