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>&#183117;</p>
📋
CSS .selector { content: '\2CB4D' };
📋
JS var unicodeA = '\u2CB4D ';
📋
CPP char unicodeA = ' \u2CB4D ';
📋
Java char unicodeA = '\u2CB4D';
📋
Python unicodeA = '\u2CB4D'
📋

What is Unicode character 𬭍?

The Unicode character 𬭍 U+2CB4D is Cjk Unified Ideograph- in the CJK Unified Ideographs Extension E 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+2CB4D.

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 8.0, and it belongs to the CJK Unified Ideographs Extension E block of characters.

Unicode Properties

Applicable Properties

Applicable Properties With Values

Age 8.0
Bidi Class Left to Right Letter
Bidi Paired Bracket Type Not a bracket
Block CJK Unified Ideographs Extension E
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!