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

What is Unicode character 𩢾?

The Unicode character 𩢾 U+298BE 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+298BE.

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!