Unicode Finder

"塹" U+5879(CJK UNIFIED IDEOGRAPH-5879)

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

Programming

C
\u5879
JavaScript
\u5879
Java
\u5879
Json
\u5879
Python
\u5879
Perl
\x{5879}
PHP
\x{5879}
Ruby
\u{5879}
Rust
\u{5879}
Go
\u5879

Web

CSS
\005879
HtmlDecimal
塹
HtmlHexadecimal
塹
Url
%E5%A1%B9

Code

MD5
4a3a352407a30967d8a636834266b464
Sha1
cd11f688de101809de0c6cf3c3e3ad2f6cec7b62
Base64
5aG5

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5879';
console.log(char);  // Output: 塹

Java:

char c = '\u5879';
System.out.println(c);  // Output: 塹

JSON:

{"text": "\u5879"}  // Value: 塹

Python:

char = '\u5879'
print(char)  # Output: 塹

Perl:

my $char = "\x{5879}";
print $char;  # Output: 塹

PHP:

$char = "\x{5879}";
echo $char;  // Output: 塹

Ruby:

char = "\u{5879}"
puts char  # Output: 塹

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005879";  /* Display: 塹 */
}

HTML Decimal:

<p>HTML decimal: &#22649;</p>  <!-- Display: 塹 -->

HTML Hexadecimal:

<p>HTML hex: &#x5879;</p>  <!-- Display: 塹 -->

URL Encoding:

// 塹 URL encoding
https://unicodefinder.com/search.php?query=%E5%A1%B9

Encodings

MD5:

4a3a352407a30967d8a636834266b464

SHA1:

cd11f688de101809de0c6cf3c3e3ad2f6cec7b62

Base64:

5aG5