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

What is Unicode character 𦫏?

The Unicode character 𦫏 U+26ACF 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+26ACF.

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!