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

What is Unicode character 𦉵?

The Unicode character 𦉵 U+26275 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+26275.

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!