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

What is Unicode character 𦰘?

The Unicode character 𦰘 U+26C18 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+26C18.

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!