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

What is Unicode character 𦕔?

The Unicode character 𦕔 U+26554 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+26554.

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!