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

What is Unicode character 𨰩?

The Unicode character 𨰩 U+28C29 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+28C29.

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!