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

What is Unicode character 𤦦?

The Unicode character 𤦦 U+249A6 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+249A6.

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!