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

What is Unicode character 𦫍?

The Unicode character 𦫍 U+26ACD 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+26ACD.

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!