Unicode Finder

"咵" U+54B5(CJK UNIFIED IDEOGRAPH-54B5)

U+54B5
ブロック名
CJK Unified Ideographs
名前
CJK UNIFIED IDEOGRAPH-54B5

Programming

C
\u54B5
JavaScript
\u54B5
Java
\u54B5
Json
\u54B5
Python
\u54B5
Perl
\x{54B5}
PHP
\x{54B5}
Ruby
\u{54B5}
Rust
\u{54B5}
Go
\u54B5

Web

CSS
\0054B5
HtmlDecimal
咵
HtmlHexadecimal
咵
Url
%E5%92%B5

Code

MD5
ad330c9c612fefb8717d168d4890ca2e
Sha1
94f63daf83c0848492e499e6c11b4d9c92a94e6c
Base64
5ZK1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u54B5';
console.log(char);  // Output: 咵

Java:

char c = '\u54B5';
System.out.println(c);  // Output: 咵

JSON:

{"text": "\u54B5"}  // Value: 咵

Python:

char = '\u54B5'
print(char)  # Output: 咵

Perl:

my $char = "\x{54B5}";
print $char;  # Output: 咵

PHP:

$char = "\x{54B5}";
echo $char;  // Output: 咵

Ruby:

char = "\u{54B5}"
puts char  # Output: 咵

Rust:

let c = '\u{54B5}';
println!("{}", c);  // Output: 咵

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\0054B5";  /* Display: 咵 */
}

HTML Decimal:

<p>HTML decimal: &#21685;</p>  <!-- Display: 咵 -->

HTML Hexadecimal:

<p>HTML hex: &#x54B5;</p>  <!-- Display: 咵 -->

URL Encoding:

// 咵 URL encoding
https://unicodefinder.com/search.php?query=%E5%92%B5

Encodings

MD5:

ad330c9c612fefb8717d168d4890ca2e

SHA1:

94f63daf83c0848492e499e6c11b4d9c92a94e6c

Base64:

5ZK1