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

What is Unicode character 𦰔?

The Unicode character 𦰔 U+26C14 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+26C14.

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!