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

What is Unicode character 𨹩?

The Unicode character 𨹩 U+28E69 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+28E69.

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!