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>&#170792;</p>
📋
CSS .selector { content: '\29B28' };
📋
JS var unicodeA = '\u29B28 ';
📋
CPP char unicodeA = ' \u29B28 ';
📋
Java char unicodeA = '\u29B28';
📋
Python unicodeA = '\u29B28'
📋

What is Unicode character 𩬨?

The Unicode character 𩬨 U+29B28 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+29B28.

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!