Unicode Finder

"咂" U+5482(CJK UNIFIED IDEOGRAPH-5482)

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

Programming

C
\u5482
JavaScript
\u5482
Java
\u5482
Json
\u5482
Python
\u5482
Perl
\x{5482}
PHP
\x{5482}
Ruby
\u{5482}
Rust
\u{5482}
Go
\u5482

Web

CSS
\005482
HtmlDecimal
咂
HtmlHexadecimal
咂
Url
%E5%92%82

Code

MD5
b04596e3f15e8570fd8d5264ef0b8cfd
Sha1
7f4b3158ce73e0174d645c03bf89465338c978e3
Base64
5ZKC

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5482';
console.log(char);  // Output: 咂

Java:

char c = '\u5482';
System.out.println(c);  // Output: 咂

JSON:

{"text": "\u5482"}  // Value: 咂

Python:

char = '\u5482'
print(char)  # Output: 咂

Perl:

my $char = "\x{5482}";
print $char;  # Output: 咂

PHP:

$char = "\x{5482}";
echo $char;  // Output: 咂

Ruby:

char = "\u{5482}"
puts char  # Output: 咂

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005482";  /* Display: 咂 */
}

HTML Decimal:

<p>HTML decimal: &#21634;</p>  <!-- Display: 咂 -->

HTML Hexadecimal:

<p>HTML hex: &#x5482;</p>  <!-- Display: 咂 -->

URL Encoding:

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

Encodings

MD5:

b04596e3f15e8570fd8d5264ef0b8cfd

SHA1:

7f4b3158ce73e0174d645c03bf89465338c978e3

Base64:

5ZKC

© 2025 Unicode Finder

咂 U+5482 CJK UNIFIED IDEOGRAPH-5482 Unicode 文字 - Unicode Finder

Contact: d2@fanqiang.me