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

What is Unicode character 𦉨?

The Unicode character 𦉨 U+26268 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+26268.

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!