Unicode Finder

"诶" U+8BF6(CJK UNIFIED IDEOGRAPH-8BF6)

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

Programming

C
\u8BF6
JavaScript
\u8BF6
Java
\u8BF6
Json
\u8BF6
Python
\u8BF6
Perl
\x{8BF6}
PHP
\x{8BF6}
Ruby
\u{8BF6}
Rust
\u{8BF6}
Go
\u8BF6

Web

CSS
\008BF6
HtmlDecimal
诶
HtmlHexadecimal
诶
Url
%E8%AF%B6

Code

MD5
4f650de1303ff243f523884fc0482148
Sha1
c1395469064472bb737d01684d5c7beecc19a525
Base64
6K+2

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8BF6';
console.log(char);  // Output: 诶

Java:

char c = '\u8BF6';
System.out.println(c);  // Output: 诶

JSON:

{"text": "\u8BF6"}  // Value: 诶

Python:

char = '\u8BF6'
print(char)  # Output: 诶

Perl:

my $char = "\x{8BF6}";
print $char;  # Output: 诶

PHP:

$char = "\x{8BF6}";
echo $char;  // Output: 诶

Ruby:

char = "\u{8BF6}"
puts char  # Output: 诶

Rust:

let c = '\u{8BF6}';
println!("{}", c);  // Output: 诶

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008BF6";  /* Display: 诶 */
}

HTML Decimal:

<p>HTML decimal: &#35830;</p>  <!-- Display: 诶 -->

HTML Hexadecimal:

<p>HTML hex: &#x8BF6;</p>  <!-- Display: 诶 -->

URL Encoding:

// 诶 URL encoding
https://unicodefinder.com/search.php?query=%E8%AF%B6

Encodings

MD5:

4f650de1303ff243f523884fc0482148

SHA1:

c1395469064472bb737d01684d5c7beecc19a525

Base64:

6K+2