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

What is Unicode character 𦧐?

The Unicode character 𦧐 U+269D0 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+269D0.

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!