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

What is Unicode character 𡁍?

The Unicode character 𡁍 U+2104D 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+2104D.

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!