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>&#149986;</p>
📋
CSS .selector { content: '\249E2' };
📋
JS var unicodeA = '\u249E2 ';
📋
CPP char unicodeA = ' \u249E2 ';
📋
Java char unicodeA = '\u249E2';
📋
Python unicodeA = '\u249E2'
📋

What is Unicode character 𤧢?

The Unicode character 𤧢 U+249E2 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+249E2.

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!