Unicode Finder

"嘷" U+5637(CJK UNIFIED IDEOGRAPH-5637)

U+5637
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5637

Programming

C
\u5637
JavaScript
\u5637
Java
\u5637
Json
\u5637
Python
\u5637
Perl
\x{5637}
PHP
\x{5637}
Ruby
\u{5637}
Rust
\u{5637}
Go
\u5637

Web

CSS
\005637
HtmlDecimal
嘷
HtmlHexadecimal
嘷
Url
%E5%98%B7

Code

MD5
66364c598520e03b1bd3b658caa3b1df
Sha1
50cd92f4fb56abfcc7bfa7de5620cb9475ede825
Base64
5Zi3

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5637';
console.log(char);  // Output: 嘷

Java:

char c = '\u5637';
System.out.println(c);  // Output: 嘷

JSON:

{"text": "\u5637"}  // Value: 嘷

Python:

char = '\u5637'
print(char)  # Output: 嘷

Perl:

my $char = "\x{5637}";
print $char;  # Output: 嘷

PHP:

$char = "\x{5637}";
echo $char;  // Output: 嘷

Ruby:

char = "\u{5637}"
puts char  # Output: 嘷

Rust:

let c = '\u{5637}';
println!("{}", c);  // Output: 嘷

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005637";  /* Display: 嘷 */
}

HTML Decimal:

<p>HTML decimal: &#22071;</p>  <!-- Display: 嘷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5637;</p>  <!-- Display: 嘷 -->

URL Encoding:

// 嘷 URL encoding
https://unicodefinder.com/search.php?query=%E5%98%B7

Encodings

MD5:

66364c598520e03b1bd3b658caa3b1df

SHA1:

50cd92f4fb56abfcc7bfa7de5620cb9475ede825

Base64:

5Zi3