C:
char c = '\u6636';
printf("%c\n", c); // Output: 昶
JavaScript:
const char = '\u6636';
console.log(char); // Output: 昶
Java:
char c = '\u6636';
System.out.println(c); // Output: 昶
JSON:
{"text": "\u6636"} // Value: 昶
Python:
char = '\u6636'
print(char) # Output: 昶
Perl:
my $char = "\x{6636}";
print $char; # Output: 昶
PHP:
$char = "\x{6636}";
echo $char; // Output: 昶
Ruby:
char = "\u{6636}"
puts char # Output: 昶
Rust:
let c = '\u{6636}';
println!("{}", c); // Output: 昶
Go:
char := '\u6636'
fmt.Printf("%c\n", char) // Output: 昶
CSS:
/* CSS content property */
.element::before {
content: "\006636"; /* 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%B6
MD5:
6f1f77230b63a11bc23c6d812f7dc0fb
SHA1:
f39c907a2fe6365ed7f2034958e80a4e22d20e59
Base64:
5pi2