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