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

What is Unicode character 𢙼?

The Unicode character 𢙼 U+2267C 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+2267C.

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!