Unicode Finder

"嵿" U+5D7F(CJK UNIFIED IDEOGRAPH-5D7F)

嵿
U+5D7F
区块名称
CJK Unified Ideographs
名称
CJK UNIFIED IDEOGRAPH-5D7F

Programming

C
\u5D7F
JavaScript
\u5D7F
Java
\u5D7F
Json
\u5D7F
Python
\u5D7F
Perl
\x{5D7F}
PHP
\x{5D7F}
Ruby
\u{5D7F}
Rust
\u{5D7F}
Go
\u5D7F

Web

CSS
\005D7F
HtmlDecimal
嵿
HtmlHexadecimal
嵿
Url
%E5%B5%BF

Code

MD5
6e0855000623508071c9477a874901ec
Sha1
8eb3901d90383a0efa030a13e9db97a267dc5f6c
Base64
5bW/

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u5D7F';
console.log(char);  // Output: 嵿

Java:

char c = '\u5D7F';
System.out.println(c);  // Output: 嵿

JSON:

{"text": "\u5D7F"}  // Value: 嵿

Python:

char = '\u5D7F'
print(char)  # Output: 嵿

Perl:

my $char = "\x{5D7F}";
print $char;  # Output: 嵿

PHP:

$char = "\x{5D7F}";
echo $char;  // Output: 嵿

Ruby:

char = "\u{5D7F}"
puts char  # Output: 嵿

Rust:

let c = '\u{5D7F}';
println!("{}", c);  // Output: 嵿

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005D7F";  /* Display: 嵿 */
}

HTML Decimal:

<p>HTML decimal: &#23935;</p>  <!-- Display: 嵿 -->

HTML Hexadecimal:

<p>HTML hex: &#x5D7F;</p>  <!-- Display: 嵿 -->

URL Encoding:

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

Encodings

MD5:

6e0855000623508071c9477a874901ec

SHA1:

8eb3901d90383a0efa030a13e9db97a267dc5f6c

Base64:

5bW/