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

What is Unicode character 𤦬?

The Unicode character 𤦬 U+249AC 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+249AC.

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!