Unicode Finder

"屵" U+5C75(CJK UNIFIED IDEOGRAPH-5C75)

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

Programming

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

Web

CSS
\005C75
HtmlDecimal
屵
HtmlHexadecimal
屵
Url
%E5%B1%B5

Code

MD5
ebb9cd3bff06113c9723d521133ef41f
Sha1
aa3ceacd382ddda12f409d7d9514e787200b95c5
Base64
5bG1

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5C75';
console.log(char);  // Output: 屵

Java:

char c = '\u5C75';
System.out.println(c);  // Output: 屵

JSON:

{"text": "\u5C75"}  // Value: 屵

Python:

char = '\u5C75'
print(char)  # Output: 屵

Perl:

my $char = "\x{5C75}";
print $char;  # Output: 屵

PHP:

$char = "\x{5C75}";
echo $char;  // Output: 屵

Ruby:

char = "\u{5C75}"
puts char  # Output: 屵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23669;</p>  <!-- Display: 屵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5C75;</p>  <!-- Display: 屵 -->

URL Encoding:

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

Encodings

MD5:

ebb9cd3bff06113c9723d521133ef41f

SHA1:

aa3ceacd382ddda12f409d7d9514e787200b95c5

Base64:

5bG1