Unicode Finder

"屴" U+5C74(CJK UNIFIED IDEOGRAPH-5C74)

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

Programming

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

Web

CSS
\005C74
HtmlDecimal
屴
HtmlHexadecimal
屴
Url
%E5%B1%B4

Code

MD5
e26075e285e7d0596860458fc6f106d9
Sha1
cc667cc430e020816d9f4c2375a1e680901f565c
Base64
5bG0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5C74';
console.log(char);  // Output: 屴

Java:

char c = '\u5C74';
System.out.println(c);  // Output: 屴

JSON:

{"text": "\u5C74"}  // Value: 屴

Python:

char = '\u5C74'
print(char)  # Output: 屴

Perl:

my $char = "\x{5C74}";
print $char;  # Output: 屴

PHP:

$char = "\x{5C74}";
echo $char;  // Output: 屴

Ruby:

char = "\u{5C74}"
puts char  # Output: 屴

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23668;</p>  <!-- Display: 屴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5C74;</p>  <!-- Display: 屴 -->

URL Encoding:

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

Encodings

MD5:

e26075e285e7d0596860458fc6f106d9

SHA1:

cc667cc430e020816d9f4c2375a1e680901f565c

Base64:

5bG0