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

What is Unicode character 𦬩?

The Unicode character 𦬩 U+26B29 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+26B29.

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!