C:
char c = '\u6617';
printf("%c\n", c); // Output: 昗
JavaScript:
const char = '\u6617';
console.log(char); // Output: 昗
Java:
char c = '\u6617';
System.out.println(c); // Output: 昗
JSON:
{"text": "\u6617"} // Value: 昗
Python:
char = '\u6617'
print(char) # Output: 昗
Perl:
my $char = "\x{6617}";
print $char; # Output: 昗
PHP:
$char = "\x{6617}";
echo $char; // Output: 昗
Ruby:
char = "\u{6617}"
puts char # Output: 昗
Rust:
let c = '\u{6617}';
println!("{}", c); // Output: 昗
Go:
char := '\u6617'
fmt.Printf("%c\n", char) // Output: 昗
CSS:
/* CSS content property */
.element::before {
content: "\006617"; /* 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%97
MD5:
cc74223fd5cf13438b414fd04036372d
SHA1:
e1c5088bfbf7b7cc0c5b9d4e3fcd7e5a32de0128
Base64:
5piX