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>&#158249;</p>
📋
CSS .selector { content: '\26A29' };
📋
JS var unicodeA = '\u26A29 ';
📋
CPP char unicodeA = ' \u26A29 ';
📋
Java char unicodeA = '\u26A29';
📋
Python unicodeA = '\u26A29'
📋

What is Unicode character 𦨩?

The Unicode character 𦨩 U+26A29 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+26A29.

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!