C:
char c = '\u6637';
printf("%c\n", c); // Output: 昷
JavaScript:
const char = '\u6637';
console.log(char); // Output: 昷
Java:
char c = '\u6637';
System.out.println(c); // Output: 昷
JSON:
{"text": "\u6637"} // Value: 昷
Python:
char = '\u6637'
print(char) # Output: 昷
Perl:
my $char = "\x{6637}";
print $char; # Output: 昷
PHP:
$char = "\x{6637}";
echo $char; // Output: 昷
Ruby:
char = "\u{6637}"
puts char # Output: 昷
Rust:
let c = '\u{6637}';
println!("{}", c); // Output: 昷
Go:
char := '\u6637'
fmt.Printf("%c\n", char) // Output: 昷
CSS:
/* CSS content property */
.element::before {
content: "\006637"; /* 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=%E6%98%B7
MD5:
98ca8a87dc621743cce0bcd54c703897
SHA1:
b8aa045ba330f6f0f7cf13a6047ea5d9ab9547eb
Base64:
5pi3