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

What is Unicode character 𦪍?

The Unicode character 𦪍 U+26A8D 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+26A8D.

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!