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

What is Unicode character 𤢦?

The Unicode character 𤢦 U+248A6 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+248A6.

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!