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>&#164788;</p>
📋
CSS .selector { content: '\283B4' };
📋
JS var unicodeA = '\u283B4 ';
📋
CPP char unicodeA = ' \u283B4 ';
📋
Java char unicodeA = '\u283B4';
📋
Python unicodeA = '\u283B4'
📋

What is Unicode character 𨎴?

The Unicode character 𨎴 U+283B4 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+283B4.

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!