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

What is Unicode character 𨁧?

The Unicode character 𨁧 U+28067 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+28067.

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!