Unicode Finder

"咘" U+5498(CJK UNIFIED IDEOGRAPH-5498)

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

Programming

C
\u5498
JavaScript
\u5498
Java
\u5498
Json
\u5498
Python
\u5498
Perl
\x{5498}
PHP
\x{5498}
Ruby
\u{5498}
Rust
\u{5498}
Go
\u5498

Web

CSS
\005498
HtmlDecimal
咘
HtmlHexadecimal
咘
Url
%E5%92%98

Code

MD5
800c46c9f2383b88bba82763e546f9e2
Sha1
a89678d6855b6b02e6787da5ead27b53ef5b6279
Base64
5ZKY

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5498';
console.log(char);  // Output: 咘

Java:

char c = '\u5498';
System.out.println(c);  // Output: 咘

JSON:

{"text": "\u5498"}  // Value: 咘

Python:

char = '\u5498'
print(char)  # Output: 咘

Perl:

my $char = "\x{5498}";
print $char;  # Output: 咘

PHP:

$char = "\x{5498}";
echo $char;  // Output: 咘

Ruby:

char = "\u{5498}"
puts char  # Output: 咘

Rust:

let c = '\u{5498}';
println!("{}", c);  // Output: 咘

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005498";  /* Display: 咘 */
}

HTML Decimal:

<p>HTML decimal: &#21656;</p>  <!-- Display: 咘 -->

HTML Hexadecimal:

<p>HTML hex: &#x5498;</p>  <!-- Display: 咘 -->

URL Encoding:

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

Encodings

MD5:

800c46c9f2383b88bba82763e546f9e2

SHA1:

a89678d6855b6b02e6787da5ead27b53ef5b6279

Base64:

5ZKY

© 2025 Unicode Finder

咘 U+5498 CJK UNIFIED IDEOGRAPH-5498 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me