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>&#166964;</p>
📋
CSS .selector { content: '\28C34' };
📋
JS var unicodeA = '\u28C34 ';
📋
CPP char unicodeA = ' \u28C34 ';
📋
Java char unicodeA = '\u28C34';
📋
Python unicodeA = '\u28C34'
📋

What is Unicode character 𨰴?

The Unicode character 𨰴 U+28C34 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+28C34.

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!