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

What is Unicode character 𩵬?

The Unicode character 𩵬 U+29D6C 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+29D6C.

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!