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>&#165179;</p>
📋
CSS .selector { content: '\2853B' };
📋
JS var unicodeA = '\u2853B ';
📋
CPP char unicodeA = ' \u2853B ';
📋
Java char unicodeA = '\u2853B';
📋
Python unicodeA = '\u2853B'
📋

What is Unicode character 𨔻?

The Unicode character 𨔻 U+2853B 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+2853B.

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!