Unicode Finder

"吵" U+5435(CJK UNIFIED IDEOGRAPH-5435)

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

Programming

C
\u5435
JavaScript
\u5435
Java
\u5435
Json
\u5435
Python
\u5435
Perl
\x{5435}
PHP
\x{5435}
Ruby
\u{5435}
Rust
\u{5435}
Go
\u5435

Web

CSS
\005435
HtmlDecimal
吵
HtmlHexadecimal
吵
Url
%E5%90%B5

Code

MD5
462a0a93e88a6f9159d9864c9669ab66
Sha1
8268942825a46fbfad375102416d5dc90a83cef7
Base64
5ZC1

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5435';
console.log(char);  // Output: 吵

Java:

char c = '\u5435';
System.out.println(c);  // Output: 吵

JSON:

{"text": "\u5435"}  // Value: 吵

Python:

char = '\u5435'
print(char)  # Output: 吵

Perl:

my $char = "\x{5435}";
print $char;  # Output: 吵

PHP:

$char = "\x{5435}";
echo $char;  // Output: 吵

Ruby:

char = "\u{5435}"
puts char  # Output: 吵

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005435";  /* Display: 吵 */
}

HTML Decimal:

<p>HTML decimal: &#21557;</p>  <!-- Display: 吵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5435;</p>  <!-- Display: 吵 -->

URL Encoding:

// 吵 URL encoding
https://unicodefinder.com/search.php?query=%E5%90%B5

Encodings

MD5:

462a0a93e88a6f9159d9864c9669ab66

SHA1:

8268942825a46fbfad375102416d5dc90a83cef7

Base64:

5ZC1