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

What is Unicode character 𦉖?

The Unicode character 𦉖 U+26256 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+26256.

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!