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

What is Unicode character 𦰩?

The Unicode character 𦰩 U+26C29 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+26C29.

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!