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: 峷
CSS:
/* CSS content property */
.element::before {
content: "\005CF7"; /* 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%B7
MD5:
498ddcfa716171217fe221929cee3fcb
SHA1:
2da2eb95bb35d62d282904a9d5c6f4352e447cd7
Base64:
5bO3