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: 峸
CSS:
/* CSS content property */
.element::before {
content: "\005CF8"; /* Display: 峸 */
}
HTML Decimal:
<p>HTML decimal: 峸</p> <!-- Display: 峸 -->
HTML Hexadecimal:
<p>HTML hex: 峸</p> <!-- Display: 峸 -->
URL Encoding:
// 峸 URL encoding
https://unicodefinder.com/search.php?query=%E5%B3%B8
MD5:
70535a02e9085330ddc1a8840b87eef1
SHA1:
c5bb8a78b9e0125dba9eab31e7dc85ed9278396e
Base64:
5bO4