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

What is Unicode character 𦬔?

The Unicode character 𦬔 U+26B14 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+26B14.

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!