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

What is Unicode character 𩺬?

The Unicode character 𩺬 U+29EAC 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+29EAC.

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!