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

What is Unicode character 𨈰?

The Unicode character 𨈰 U+28230 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+28230.

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!