C:
char c = '\u6615';
printf("%c\n", c); // Output: 昕
JavaScript:
const char = '\u6615';
console.log(char); // Output: 昕
Java:
char c = '\u6615';
System.out.println(c); // Output: 昕
JSON:
{"text": "\u6615"} // Value: 昕
Python:
char = '\u6615'
print(char) # Output: 昕
Perl:
my $char = "\x{6615}";
print $char; # Output: 昕
PHP:
$char = "\x{6615}";
echo $char; // Output: 昕
Ruby:
char = "\u{6615}"
puts char # Output: 昕
Rust:
let c = '\u{6615}';
println!("{}", c); // Output: 昕
Go:
char := '\u6615'
fmt.Printf("%c\n", char) // Output: 昕
CSS:
/* CSS content property */
.element::before {
content: "\006615"; /* 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%95
MD5:
1cce27e4df3b3c9b7acaf5d76263e901
SHA1:
cc834de6c218d10f999adf046f1a0fd59259eefb
Base64:
5piV