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

What is Unicode character 𦨯?

The Unicode character 𦨯 U+26A2F 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+26A2F.

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!