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>&#141100;</p>
📋
CSS .selector { content: '\2272C' };
📋
JS var unicodeA = '\u2272C ';
📋
CPP char unicodeA = ' \u2272C ';
📋
Java char unicodeA = '\u2272C';
📋
Python unicodeA = '\u2272C'
📋

What is Unicode character 𢜬?

The Unicode character 𢜬 U+2272C 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+2272C.

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!