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

What is Unicode character 𦾝?

The Unicode character 𦾝 U+26F9D 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+26F9D.

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!