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>&#177119;</p>
📋
CSS .selector { content: '\2B3DF' };
📋
JS var unicodeA = '\u2B3DF ';
📋
CPP char unicodeA = ' \u2B3DF ';
📋
Java char unicodeA = '\u2B3DF';
📋
Python unicodeA = '\u2B3DF'
📋

What is Unicode character 𫏟?

The Unicode character 𫏟 U+2B3DF is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension C 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+2B3DF.

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 5.2, and it belongs to the CJK Unified Ideographs Extension C block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 5.2
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension C
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!