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

What is Unicode character 𩬦?

The Unicode character 𩬦 U+29B26 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+29B26.

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!