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>&#141133;</p>
📋
CSS .selector { content: '\2274D' };
📋
JS var unicodeA = '\u2274D ';
📋
CPP char unicodeA = ' \u2274D ';
📋
Java char unicodeA = '\u2274D';
📋
Python unicodeA = '\u2274D'
📋

What is Unicode character 𢝍?

The Unicode character 𢝍 U+2274D 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+2274D.

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!