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

What is Unicode character 𩨓?

The Unicode character 𩨓 U+29A13 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+29A13.

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!