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>&#166441;</p>
📋
CSS .selector { content: '\28A29' };
📋
JS var unicodeA = '\u28A29 ';
📋
CPP char unicodeA = ' \u28A29 ';
📋
Java char unicodeA = '\u28A29';
📋
Python unicodeA = '\u28A29'
📋

What is Unicode character 𨨩?

The Unicode character 𨨩 U+28A29 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+28A29.

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!