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

What is Unicode character 𦰯?

The Unicode character 𦰯 U+26C2F 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+26C2F.

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!