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

What is Unicode character 𩲊?

The Unicode character 𩲊 U+29C8A 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+29C8A.

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!