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

What is Unicode character 𦧕?

The Unicode character 𦧕 U+269D5 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+269D5.

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!