Unicode Finder

"峸" U+5CF8(CJK UNIFIED IDEOGRAPH-5CF8)

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

Programming

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

Web

CSS
\005CF8
HtmlDecimal
峸
HtmlHexadecimal
峸
Url
%E5%B3%B8

Code

MD5
70535a02e9085330ddc1a8840b87eef1
Sha1
c5bb8a78b9e0125dba9eab31e7dc85ed9278396e
Base64
5bO4

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5CF8';
console.log(char);  // Output: 峸

Java:

char c = '\u5CF8';
System.out.println(c);  // Output: 峸

JSON:

{"text": "\u5CF8"}  // Value: 峸

Python:

char = '\u5CF8'
print(char)  # Output: 峸

Perl:

my $char = "\x{5CF8}";
print $char;  # Output: 峸

PHP:

$char = "\x{5CF8}";
echo $char;  // Output: 峸

Ruby:

char = "\u{5CF8}"
puts char  # Output: 峸

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23800;</p>  <!-- Display: 峸 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CF8;</p>  <!-- Display: 峸 -->

URL Encoding:

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

Encodings

MD5:

70535a02e9085330ddc1a8840b87eef1

SHA1:

c5bb8a78b9e0125dba9eab31e7dc85ed9278396e

Base64:

5bO4