Unicode Finder

"塸" U+5878(CJK UNIFIED IDEOGRAPH-5878)

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

Programming

C
\u5878
JavaScript
\u5878
Java
\u5878
Json
\u5878
Python
\u5878
Perl
\x{5878}
PHP
\x{5878}
Ruby
\u{5878}
Rust
\u{5878}
Go
\u5878

Web

CSS
\005878
HtmlDecimal
塸
HtmlHexadecimal
塸
Url
%E5%A1%B8

Code

MD5
63b56fae791cc726470f18367ac1d923
Sha1
8dea8677e3d92f9438f310b129f26c550a253683
Base64
5aG4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5878';
console.log(char);  // Output: 塸

Java:

char c = '\u5878';
System.out.println(c);  // Output: 塸

JSON:

{"text": "\u5878"}  // Value: 塸

Python:

char = '\u5878'
print(char)  # Output: 塸

Perl:

my $char = "\x{5878}";
print $char;  # Output: 塸

PHP:

$char = "\x{5878}";
echo $char;  // Output: 塸

Ruby:

char = "\u{5878}"
puts char  # Output: 塸

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005878";  /* Display: 塸 */
}

HTML Decimal:

<p>HTML decimal: &#22648;</p>  <!-- Display: 塸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5878;</p>  <!-- Display: 塸 -->

URL Encoding:

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

Encodings

MD5:

63b56fae791cc726470f18367ac1d923

SHA1:

8dea8677e3d92f9438f310b129f26c550a253683

Base64:

5aG4