Unicode Finder

"咸" U+54B8(CJK UNIFIED IDEOGRAPH-54B8)

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

Programming

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

Web

CSS
\0054B8
HtmlDecimal
咸
HtmlHexadecimal
咸
Url
%E5%92%B8

Code

MD5
704570422b91f4c06c8fd1ea4fed9816
Sha1
71800dec90aee485f978e3e32b727c3466c3d432
Base64
5ZK4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u54B8';
console.log(char);  // Output: 咸

Java:

char c = '\u54B8';
System.out.println(c);  // Output: 咸

JSON:

{"text": "\u54B8"}  // Value: 咸

Python:

char = '\u54B8'
print(char)  # Output: 咸

Perl:

my $char = "\x{54B8}";
print $char;  # Output: 咸

PHP:

$char = "\x{54B8}";
echo $char;  // Output: 咸

Ruby:

char = "\u{54B8}"
puts char  # Output: 咸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#21688;</p>  <!-- Display: 咸 -->

HTML Hexadecimal:

<p>HTML hex: &#x54B8;</p>  <!-- Display: 咸 -->

URL Encoding:

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

Encodings

MD5:

704570422b91f4c06c8fd1ea4fed9816

SHA1:

71800dec90aee485f978e3e32b727c3466c3d432

Base64:

5ZK4