Unicode Finder

"峼" U+5CFC(CJK UNIFIED IDEOGRAPH-5CFC)

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

Programming

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

Web

CSS
\005CFC
HtmlDecimal
峼
HtmlHexadecimal
峼
Url
%E5%B3%BC

Code

MD5
eebbc5375a26e02ef95f5b31fa305084
Sha1
a6d915a451add5eaa1157a3c503183aa00885713
Base64
5bO8

使用例

Programming Languages

C:

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

JavaScript:

const char = '\u5CFC';
console.log(char);  // Output: 峼

Java:

char c = '\u5CFC';
System.out.println(c);  // Output: 峼

JSON:

{"text": "\u5CFC"}  // Value: 峼

Python:

char = '\u5CFC'
print(char)  # Output: 峼

Perl:

my $char = "\x{5CFC}";
print $char;  # Output: 峼

PHP:

$char = "\x{5CFC}";
echo $char;  // Output: 峼

Ruby:

char = "\u{5CFC}"
puts char  # Output: 峼

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23804;</p>  <!-- Display: 峼 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CFC;</p>  <!-- Display: 峼 -->

URL Encoding:

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

Encodings

MD5:

eebbc5375a26e02ef95f5b31fa305084

SHA1:

a6d915a451add5eaa1157a3c503183aa00885713

Base64:

5bO8