Unicode Finder

"麼" U+9EBC(CJK UNIFIED IDEOGRAPH-9EBC)

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

Programming

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

Web

CSS
\009EBC
HtmlDecimal
麼
HtmlHexadecimal
麼
Url
%E9%BA%BC

Code

MD5
6f8df075f3d05cfd9c0fe79c97963a2f
Sha1
751ce9ddf159a170a42632eb808cd79fab73f119
Base64
6bq8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9EBC';
console.log(char);  // Output: 麼

Java:

char c = '\u9EBC';
System.out.println(c);  // Output: 麼

JSON:

{"text": "\u9EBC"}  // Value: 麼

Python:

char = '\u9EBC'
print(char)  # Output: 麼

Perl:

my $char = "\x{9EBC}";
print $char;  # Output: 麼

PHP:

$char = "\x{9EBC}";
echo $char;  // Output: 麼

Ruby:

char = "\u{9EBC}"
puts char  # Output: 麼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#40636;</p>  <!-- Display: 麼 -->

HTML Hexadecimal:

<p>HTML hex: &#x9EBC;</p>  <!-- Display: 麼 -->

URL Encoding:

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

Encodings

MD5:

6f8df075f3d05cfd9c0fe79c97963a2f

SHA1:

751ce9ddf159a170a42632eb808cd79fab73f119

Base64:

6bq8