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

What is Unicode character 𦼯?

The Unicode character 𦼯 U+26F2F 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+26F2F.

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!