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

What is Unicode character 𦆔?

The Unicode character 𦆔 U+26194 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+26194.

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!