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

What is Unicode character 𨂛?

The Unicode character 𨂛 U+2809B 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+2809B.

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!