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

What is Unicode character 𢑭?

The Unicode character 𢑭 U+2246D 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+2246D.

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!