Unicode Finder

"鹽" U+9E7D(CJK UNIFIED IDEOGRAPH-9E7D)

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

Programming

C
\u9E7D
JavaScript
\u9E7D
Java
\u9E7D
Json
\u9E7D
Python
\u9E7D
Perl
\x{9E7D}
PHP
\x{9E7D}
Ruby
\u{9E7D}
Rust
\u{9E7D}
Go
\u9E7D

Web

CSS
\009E7D
HtmlDecimal
鹽
HtmlHexadecimal
鹽
Url
%E9%B9%BD

Code

MD5
a723fbc081b96b9d780fe1654a2d995b
Sha1
715b271b936375dc4cb8d1de57398dbb8bad698d
Base64
6bm9

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u9E7D';
console.log(char);  // Output: 鹽

Java:

char c = '\u9E7D';
System.out.println(c);  // Output: 鹽

JSON:

{"text": "\u9E7D"}  // Value: 鹽

Python:

char = '\u9E7D'
print(char)  # Output: 鹽

Perl:

my $char = "\x{9E7D}";
print $char;  # Output: 鹽

PHP:

$char = "\x{9E7D}";
echo $char;  // Output: 鹽

Ruby:

char = "\u{9E7D}"
puts char  # Output: 鹽

Rust:

let c = '\u{9E7D}';
println!("{}", c);  // Output: 鹽

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\009E7D";  /* Display: 鹽 */
}

HTML Decimal:

<p>HTML decimal: &#40573;</p>  <!-- Display: 鹽 -->

HTML Hexadecimal:

<p>HTML hex: &#x9E7D;</p>  <!-- Display: 鹽 -->

URL Encoding:

// 鹽 URL encoding
https://unicodefinder.com/search.php?query=%E9%B9%BD

Encodings

MD5:

a723fbc081b96b9d780fe1654a2d995b

SHA1:

715b271b936375dc4cb8d1de57398dbb8bad698d

Base64:

6bm9