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>&#169206;</p>
📋
CSS .selector { content: '\294F6' };
📋
JS var unicodeA = '\u294F6 ';
📋
CPP char unicodeA = ' \u294F6 ';
📋
Java char unicodeA = '\u294F6';
📋
Python unicodeA = '\u294F6'
📋

What is Unicode character 𩓶?

The Unicode character 𩓶 U+294F6 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+294F6.

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!