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

What is Unicode character 𦂎?

The Unicode character 𦂎 U+2608E 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+2608E.

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!