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

What is Unicode character 𩲍?

The Unicode character 𩲍 U+29C8D 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+29C8D.

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!