Unicode Finder

"咿" U+54BF(CJK UNIFIED IDEOGRAPH-54BF)

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

Programming

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

Web

CSS
\0054BF
HtmlDecimal
咿
HtmlHexadecimal
咿
Url
%E5%92%BF

Code

MD5
e021421affdfb2aee63b966ea7f78fe4
Sha1
fe5360ba8d2932febdbf12d9e25f92841d3e434b
Base64
5ZK/

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u54BF';
console.log(char);  // Output: 咿

Java:

char c = '\u54BF';
System.out.println(c);  // Output: 咿

JSON:

{"text": "\u54BF"}  // Value: 咿

Python:

char = '\u54BF'
print(char)  # Output: 咿

Perl:

my $char = "\x{54BF}";
print $char;  # Output: 咿

PHP:

$char = "\x{54BF}";
echo $char;  // Output: 咿

Ruby:

char = "\u{54BF}"
puts char  # Output: 咿

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21695;</p>  <!-- Display: 咿 -->

HTML Hexadecimal:

<p>HTML hex: &#x54BF;</p>  <!-- Display: 咿 -->

URL Encoding:

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

Encodings

MD5:

e021421affdfb2aee63b966ea7f78fe4

SHA1:

fe5360ba8d2932febdbf12d9e25f92841d3e434b

Base64:

5ZK/