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

What is Unicode character 𤦵?

The Unicode character 𤦵 U+249B5 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+249B5.

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!