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

What is Unicode character 𨎍?

The Unicode character 𨎍 U+2838D 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+2838D.

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!