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

What is Unicode character 𦴔?

The Unicode character 𦴔 U+26D14 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+26D14.

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!