Unicode Finder

"黻" U+9EFB(CJK UNIFIED IDEOGRAPH-9EFB)

U+9EFB
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-9EFB

Programming

C
\u9EFB
JavaScript
\u9EFB
Java
\u9EFB
Json
\u9EFB
Python
\u9EFB
Perl
\x{9EFB}
PHP
\x{9EFB}
Ruby
\u{9EFB}
Rust
\u{9EFB}
Go
\u9EFB

Web

CSS
\009EFB
HtmlDecimal
黻
HtmlHexadecimal
黻
Url
%E9%BB%BB

Code

MD5
9a614c79af9abbf169f9f13e13bf8a58
Sha1
692501d605be802e3d525c8b221b070cd6fcddad
Base64
6bu7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9EFB';
console.log(char);  // Output: 黻

Java:

char c = '\u9EFB';
System.out.println(c);  // Output: 黻

JSON:

{"text": "\u9EFB"}  // Value: 黻

Python:

char = '\u9EFB'
print(char)  # Output: 黻

Perl:

my $char = "\x{9EFB}";
print $char;  # Output: 黻

PHP:

$char = "\x{9EFB}";
echo $char;  // Output: 黻

Ruby:

char = "\u{9EFB}"
puts char  # Output: 黻

Rust:

let c = '\u{9EFB}';
println!("{}", c);  // Output: 黻

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009EFB";  /* Display: 黻 */
}

HTML Decimal:

<p>HTML decimal: &#40699;</p>  <!-- Display: 黻 -->

HTML Hexadecimal:

<p>HTML hex: &#x9EFB;</p>  <!-- Display: 黻 -->

URL Encoding:

// 黻 URL encoding
https://unicodefinder.com/search.php?query=%E9%BB%BB

Encodings

MD5:

9a614c79af9abbf169f9f13e13bf8a58

SHA1:

692501d605be802e3d525c8b221b070cd6fcddad

Base64:

6bu7