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

What is Unicode character 𨵩?

The Unicode character 𨵩 U+28D69 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+28D69.

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!