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

What is Unicode character 𤢵?

The Unicode character 𤢵 U+248B5 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+248B5.

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!