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

What is Unicode character 𩬬?

The Unicode character 𩬬 U+29B2C 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+29B2C.

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!