Unicode Finder

"峵" U+5CF5(CJK UNIFIED IDEOGRAPH-5CF5)

U+5CF5
Nama Blok
CJK Unified Ideographs
Nama
CJK UNIFIED IDEOGRAPH-5CF5

Programming

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

Web

CSS
\005CF5
HtmlDecimal
峵
HtmlHexadecimal
峵
Url
%E5%B3%B5

Code

MD5
e147f83357f2b001b83ee2278d856953
Sha1
ff44104121e85e43912ea689bd1a259eb1312bc0
Base64
5bO1

Contoh Penggunaan

Programming Languages

C:

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

JavaScript:

const char = '\u5CF5';
console.log(char);  // Output: 峵

Java:

char c = '\u5CF5';
System.out.println(c);  // Output: 峵

JSON:

{"text": "\u5CF5"}  // Value: 峵

Python:

char = '\u5CF5'
print(char)  # Output: 峵

Perl:

my $char = "\x{5CF5}";
print $char;  # Output: 峵

PHP:

$char = "\x{5CF5}";
echo $char;  // Output: 峵

Ruby:

char = "\u{5CF5}"
puts char  # Output: 峵

Rust:

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

Go:

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

Web Technologies

CSS:

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

HTML Decimal:

<p>HTML decimal: &#23797;</p>  <!-- Display: 峵 -->

HTML Hexadecimal:

<p>HTML hex: &#x5CF5;</p>  <!-- Display: 峵 -->

URL Encoding:

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

Encodings

MD5:

e147f83357f2b001b83ee2278d856953

SHA1:

ff44104121e85e43912ea689bd1a259eb1312bc0

Base64:

5bO1