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

What is Unicode character 𤢺?

The Unicode character 𤢺 U+248BA 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+248BA.

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!