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

What is Unicode character 𦦜?

The Unicode character 𦦜 U+2699C 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+2699C.

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!