Unicode Finder

"屸" U+5C78(CJK UNIFIED IDEOGRAPH-5C78)

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

Programming

C
\u5C78
JavaScript
\u5C78
Java
\u5C78
Json
\u5C78
Python
\u5C78
Perl
\x{5C78}
PHP
\x{5C78}
Ruby
\u{5C78}
Rust
\u{5C78}
Go
\u5C78

Web

CSS
\005C78
HtmlDecimal
屸
HtmlHexadecimal
屸
Url
%E5%B1%B8

Code

MD5
ce20324909ee0af5141c1b21ab321dd9
Sha1
ad537bf2b7282e67bde9bfff05fbf30ce2ed3a1b
Base64
5bG4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5C78';
console.log(char);  // Output: 屸

Java:

char c = '\u5C78';
System.out.println(c);  // Output: 屸

JSON:

{"text": "\u5C78"}  // Value: 屸

Python:

char = '\u5C78'
print(char)  # Output: 屸

Perl:

my $char = "\x{5C78}";
print $char;  # Output: 屸

PHP:

$char = "\x{5C78}";
echo $char;  // Output: 屸

Ruby:

char = "\u{5C78}"
puts char  # Output: 屸

Rust:

let c = '\u{5C78}';
println!("{}", c);  // Output: 屸

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005C78";  /* Display: 屸 */
}

HTML Decimal:

<p>HTML decimal: &#23672;</p>  <!-- Display: 屸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5C78;</p>  <!-- Display: 屸 -->

URL Encoding:

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

Encodings

MD5:

ce20324909ee0af5141c1b21ab321dd9

SHA1:

ad537bf2b7282e67bde9bfff05fbf30ce2ed3a1b

Base64:

5bG4