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

What is Unicode character 𨬩?

The Unicode character 𨬩 U+28B29 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+28B29.

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!