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

What is Unicode character 𦉔?

The Unicode character 𦉔 U+26254 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+26254.

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!