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

What is Unicode character 𨉦?

The Unicode character 𨉦 U+28266 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+28266.

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!