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

What is Unicode character 𧧝?

The Unicode character 𧧝 U+279DD 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+279DD.

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!