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

What is Unicode character 𨬴?

The Unicode character 𨬴 U+28B34 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+28B34.

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!