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>&#165005;</p>
📋
CSS .selector { content: '\2848D' };
📋
JS var unicodeA = '\u2848D ';
📋
CPP char unicodeA = ' \u2848D ';
📋
Java char unicodeA = '\u2848D';
📋
Python unicodeA = '\u2848D'
📋

What is Unicode character 𨒍?

The Unicode character 𨒍 U+2848D 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+2848D.

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!