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

What is Unicode character 𩵨?

The Unicode character 𩵨 U+29D68 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+29D68.

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!