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

What is Unicode character 𦾍?

The Unicode character 𦾍 U+26F8D 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+26F8D.

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!