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

What is Unicode character 𦂍?

The Unicode character 𦂍 U+2608D 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+2608D.

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!