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

What is Unicode character 𩹬?

The Unicode character 𩹬 U+29E6C 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+29E6C.

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!