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

What is Unicode character 𩑬?

The Unicode character 𩑬 U+2946C 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+2946C.

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!