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>&#170150;</p>
📋
CSS .selector { content: '\298A6' };
📋
JS var unicodeA = '\u298A6 ';
📋
CPP char unicodeA = ' \u298A6 ';
📋
Java char unicodeA = '\u298A6';
📋
Python unicodeA = '\u298A6'
📋

What is Unicode character 𩢦?

The Unicode character 𩢦 U+298A6 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+298A6.

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!