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>&#141151;</p>
📋
CSS .selector { content: '\2275F' };
📋
JS var unicodeA = '\u2275F ';
📋
CPP char unicodeA = ' \u2275F ';
📋
Java char unicodeA = '\u2275F';
📋
Python unicodeA = '\u2275F'
📋

What is Unicode character 𢝟?

The Unicode character 𢝟 U+2275F 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+2275F.

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!