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

What is Unicode character 𤦹?

The Unicode character 𤦹 U+249B9 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+249B9.

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!