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

What is Unicode character 𫊟?

The Unicode character 𫊟 U+2B29F is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B29F.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!