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

What is Unicode character 𦫝?

The Unicode character 𦫝 U+26ADD 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+26ADD.

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!