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

What is Unicode character 𩝨?

The Unicode character 𩝨 U+29768 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+29768.

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!