Unicode Finder

"糴" U+7CF4(CJK UNIFIED IDEOGRAPH-7CF4)

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

Programming

C
\u7CF4
JavaScript
\u7CF4
Java
\u7CF4
Json
\u7CF4
Python
\u7CF4
Perl
\x{7CF4}
PHP
\x{7CF4}
Ruby
\u{7CF4}
Rust
\u{7CF4}
Go
\u7CF4

Web

CSS
\007CF4
HtmlDecimal
糴
HtmlHexadecimal
糴
Url
%E7%B3%B4

Code

MD5
879d2291d6253fd7ee929020daa14a5e
Sha1
68aaf9e0a1a18a20993319f5280fd6f8c21ff033
Base64
57O0

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u7CF4';
console.log(char);  // Output: 糴

Java:

char c = '\u7CF4';
System.out.println(c);  // Output: 糴

JSON:

{"text": "\u7CF4"}  // Value: 糴

Python:

char = '\u7CF4'
print(char)  # Output: 糴

Perl:

my $char = "\x{7CF4}";
print $char;  # Output: 糴

PHP:

$char = "\x{7CF4}";
echo $char;  // Output: 糴

Ruby:

char = "\u{7CF4}"
puts char  # Output: 糴

Rust:

let c = '\u{7CF4}';
println!("{}", c);  // Output: 糴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\007CF4";  /* Display: 糴 */
}

HTML Decimal:

<p>HTML decimal: &#31988;</p>  <!-- Display: 糴 -->

HTML Hexadecimal:

<p>HTML hex: &#x7CF4;</p>  <!-- Display: 糴 -->

URL Encoding:

// 糴 URL encoding
https://unicodefinder.com/search.php?query=%E7%B3%B4

Encodings

MD5:

879d2291d6253fd7ee929020daa14a5e

SHA1:

68aaf9e0a1a18a20993319f5280fd6f8c21ff033

Base64:

57O0