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

What is Unicode character 𦾏?

The Unicode character 𦾏 U+26F8F 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+26F8F.

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!