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

What is Unicode character 𤢨?

The Unicode character 𤢨 U+248A8 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+248A8.

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!