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

What is Unicode character 𦤔?

The Unicode character 𦤔 U+26914 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+26914.

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!