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

What is Unicode character 𨊝?

The Unicode character 𨊝 U+2829D 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+2829D.

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!