Unicode Finder

"峷" U+5CF7(CJK UNIFIED IDEOGRAPH-5CF7)

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

Programming

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

Web

CSS
\005CF7
HtmlDecimal
峷
HtmlHexadecimal
峷
Url
%E5%B3%B7

Code

MD5
498ddcfa716171217fe221929cee3fcb
Sha1
2da2eb95bb35d62d282904a9d5c6f4352e447cd7
Base64
5bO3

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5CF7';
console.log(char);  // Output: 峷

Java:

char c = '\u5CF7';
System.out.println(c);  // Output: 峷

JSON:

{"text": "\u5CF7"}  // Value: 峷

Python:

char = '\u5CF7'
print(char)  # Output: 峷

Perl:

my $char = "\x{5CF7}";
print $char;  # Output: 峷

PHP:

$char = "\x{5CF7}";
echo $char;  // Output: 峷

Ruby:

char = "\u{5CF7}"
puts char  # Output: 峷

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23799;</p>  <!-- Display: 峷 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CF7;</p>  <!-- Display: 峷 -->

URL Encoding:

// 峷 URL encoding
https://unicodefinder.com/search.php?query=%E5%B3%B7

Encodings

MD5:

498ddcfa716171217fe221929cee3fcb

SHA1:

2da2eb95bb35d62d282904a9d5c6f4352e447cd7

Base64:

5bO3