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

What is Unicode character 𣁍?

The Unicode character 𣁍 U+2304D 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+2304D.

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!