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

What is Unicode character 𨍛?

The Unicode character 𨍛 U+2835B 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+2835B.

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!