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

What is Unicode character 𦦛?

The Unicode character 𦦛 U+2699B 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+2699B.

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!