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

What is Unicode character 𨊚?

The Unicode character 𨊚 U+2829A 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+2829A.

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!