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

What is Unicode character 𨄦?

The Unicode character 𨄦 U+28126 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+28126.

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!