Unicode Finder

"嗅" U+55C5(CJK UNIFIED IDEOGRAPH-55C5)

U+55C5
ब्लॉक का नाम
CJK Unified Ideographs
नाम
CJK UNIFIED IDEOGRAPH-55C5

Programming

C
\u55C5
JavaScript
\u55C5
Java
\u55C5
Json
\u55C5
Python
\u55C5
Perl
\x{55C5}
PHP
\x{55C5}
Ruby
\u{55C5}
Rust
\u{55C5}
Go
\u55C5

Web

CSS
\0055C5
HtmlDecimal
嗅
HtmlHexadecimal
嗅
Url
%E5%97%85

Code

MD5
f3699215a6086f397956519364fff0df
Sha1
6f08e8769f1467c442ee923aa306eddb1fbcd195
Base64
5ZeF

उपयोग के उदाहरण

Programming Languages

C:

char c = '\u55C5';
printf("%c\n", c);  // Output: 嗅

JavaScript:

const char = '\u55C5';
console.log(char);  // Output: 嗅

Java:

char c = '\u55C5';
System.out.println(c);  // Output: 嗅

JSON:

{"text": "\u55C5"}  // Value: 嗅

Python:

char = '\u55C5'
print(char)  # Output: 嗅

Perl:

my $char = "\x{55C5}";
print $char;  # Output: 嗅

PHP:

$char = "\x{55C5}";
echo $char;  // Output: 嗅

Ruby:

char = "\u{55C5}"
puts char  # Output: 嗅

Rust:

let c = '\u{55C5}';
println!("{}", c);  // Output: 嗅

Go:

char := '\u55C5'
fmt.Printf("%c\n", char)  // Output: 嗅

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0055C5";  /* Display: 嗅 */
}

HTML Decimal:

<p>HTML decimal: &#21957;</p>  <!-- Display: 嗅 -->

HTML Hexadecimal:

<p>HTML hex: &#x55C5;</p>  <!-- Display: 嗅 -->

URL Encoding:

// 嗅 URL encoding
https://unicodefinder.com/search.php?query=%E5%97%85

Encodings

MD5:

f3699215a6086f397956519364fff0df

SHA1:

6f08e8769f1467c442ee923aa306eddb1fbcd195

Base64:

5ZeF