Unicode Finder

"譾" U+8B7E(CJK UNIFIED IDEOGRAPH-8B7E)

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

Programming

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

Web

CSS
\008B7E
HtmlDecimal
譾
HtmlHexadecimal
譾
Url
%E8%AD%BE

Code

MD5
17c902486224d5f5aebf2c2f2d0aaed1
Sha1
582606f492d743f7ec1bf8d070b16b8cee0e2a00
Base64
6K2+

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8B7E';
console.log(char);  // Output: 譾

Java:

char c = '\u8B7E';
System.out.println(c);  // Output: 譾

JSON:

{"text": "\u8B7E"}  // Value: 譾

Python:

char = '\u8B7E'
print(char)  # Output: 譾

Perl:

my $char = "\x{8B7E}";
print $char;  # Output: 譾

PHP:

$char = "\x{8B7E}";
echo $char;  // Output: 譾

Ruby:

char = "\u{8B7E}"
puts char  # Output: 譾

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#35710;</p>  <!-- Display: 譾 -->

HTML Hexadecimal:

<p>HTML hex: &#x8B7E;</p>  <!-- Display: 譾 -->

URL Encoding:

// 譾 URL encoding
https://unicodefinder.com/search.php?query=%E8%AD%BE

Encodings

MD5:

17c902486224d5f5aebf2c2f2d0aaed1

SHA1:

582606f492d743f7ec1bf8d070b16b8cee0e2a00

Base64:

6K2+