C:
char c = '\u66CC';
printf("%c\n", c); // Output: 曌
JavaScript:
const char = '\u66CC';
console.log(char); // Output: 曌
Java:
char c = '\u66CC';
System.out.println(c); // Output: 曌
JSON:
{"text": "\u66CC"} // Value: 曌
Python:
char = '\u66CC'
print(char) # Output: 曌
Perl:
my $char = "\x{66CC}";
print $char; # Output: 曌
PHP:
$char = "\x{66CC}";
echo $char; // Output: 曌
Ruby:
char = "\u{66CC}"
puts char # Output: 曌
Rust:
let c = '\u{66CC}';
println!("{}", c); // Output: 曌
Go:
char := '\u66CC'
fmt.Printf("%c\n", char) // Output: 曌
CSS:
/* CSS content property */
.element::before {
content: "\0066CC"; /* 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%9B%8C
MD5:
3deff659956300da27349c0e52a65942
SHA1:
cf1dd0363a97b5a0f17f94abc5d440da4bcf1b9e
Base64:
5puM