C:
char c = '\u666D';
printf("%c\n", c); // Output: 晭
JavaScript:
const char = '\u666D';
console.log(char); // Output: 晭
Java:
char c = '\u666D';
System.out.println(c); // Output: 晭
JSON:
{"text": "\u666D"} // Value: 晭
Python:
char = '\u666D'
print(char) # Output: 晭
Perl:
my $char = "\x{666D}";
print $char; # Output: 晭
PHP:
$char = "\x{666D}";
echo $char; // Output: 晭
Ruby:
char = "\u{666D}"
puts char # Output: 晭
Rust:
let c = '\u{666D}';
println!("{}", c); // Output: 晭
Go:
char := '\u666D'
fmt.Printf("%c\n", char) // Output: 晭
CSS:
/* CSS content property */
.element::before {
content: "\00666D"; /* 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%99%AD
MD5:
61aa98e848722cca3b769dd5ab278c10
SHA1:
50f50bfffcef3b1e70aed130b1b628581b22cf65
Base64:
5pmt