Unicode Finder

"躻" U+8EBB(CJK UNIFIED IDEOGRAPH-8EBB)

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

Programming

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

Web

CSS
\008EBB
HtmlDecimal
躻
HtmlHexadecimal
躻
Url
%E8%BA%BB

Code

MD5
d364fae14ddb7b0561e565718b97d6f4
Sha1
8373722fa8ee94c4f0c9051b6a201be5524766a8
Base64
6Lq7

使用示例

Programming Languages

C:

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

JavaScript:

const char = '\u8EBB';
console.log(char);  // Output: 躻

Java:

char c = '\u8EBB';
System.out.println(c);  // Output: 躻

JSON:

{"text": "\u8EBB"}  // Value: 躻

Python:

char = '\u8EBB'
print(char)  # Output: 躻

Perl:

my $char = "\x{8EBB}";
print $char;  # Output: 躻

PHP:

$char = "\x{8EBB}";
echo $char;  // Output: 躻

Ruby:

char = "\u{8EBB}"
puts char  # Output: 躻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#36539;</p>  <!-- Display: 躻 -->

HTML Hexadecimal:

<p>HTML hex: &#x8EBB;</p>  <!-- Display: 躻 -->

URL Encoding:

// 躻 URL encoding
https://unicodefinder.com/search.php?query=%E8%BA%BB

Encodings

MD5:

d364fae14ddb7b0561e565718b97d6f4

SHA1:

8373722fa8ee94c4f0c9051b6a201be5524766a8

Base64:

6Lq7