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

What is Unicode character 𩲦?

The Unicode character 𩲦 U+29CA6 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+29CA6.

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!