Unicode Finder

"麻" U+9EBB(CJK UNIFIED IDEOGRAPH-9EBB)

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

Programming

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

Web

CSS
\009EBB
HtmlDecimal
麻
HtmlHexadecimal
麻
Url
%E9%BA%BB

Code

MD5
4430d7daa79fe05d387db08544d25116
Sha1
433ea2216fa5deb1c138614efdacbf3e8acc7d12
Base64
6bq7

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9EBB';
console.log(char);  // Output: 麻

Java:

char c = '\u9EBB';
System.out.println(c);  // Output: 麻

JSON:

{"text": "\u9EBB"}  // Value: 麻

Python:

char = '\u9EBB'
print(char)  # Output: 麻

Perl:

my $char = "\x{9EBB}";
print $char;  # Output: 麻

PHP:

$char = "\x{9EBB}";
echo $char;  // Output: 麻

Ruby:

char = "\u{9EBB}"
puts char  # Output: 麻

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40635;</p>  <!-- Display: 麻 -->

HTML Hexadecimal:

<p>HTML hex: &#x9EBB;</p>  <!-- Display: 麻 -->

URL Encoding:

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

Encodings

MD5:

4430d7daa79fe05d387db08544d25116

SHA1:

433ea2216fa5deb1c138614efdacbf3e8acc7d12

Base64:

6bq7