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

What is Unicode character 𩪵?

The Unicode character 𩪵 U+29AB5 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+29AB5.

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!