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

What is Unicode character 𤦨?

The Unicode character 𤦨 U+249A8 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+249A8.

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!