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

What is Unicode character 𦫰?

The Unicode character 𦫰 U+26AF0 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+26AF0.

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!