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>&#172703;</p>
📋
CSS .selector { content: '\2A29F' };
📋
JS var unicodeA = '\u2A29F ';
📋
CPP char unicodeA = ' \u2A29F ';
📋
Java char unicodeA = '\u2A29F';
📋
Python unicodeA = '\u2A29F'
📋

What is Unicode character 𪊟?

The Unicode character 𪊟 U+2A29F 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+2A29F.

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!