C:
char c = '\u6067';
printf("%c\n", c); // Output: 恧
JavaScript:
const char = '\u6067';
console.log(char); // Output: 恧
Java:
char c = '\u6067';
System.out.println(c); // Output: 恧
JSON:
{"text": "\u6067"} // Value: 恧
Python:
char = '\u6067'
print(char) # Output: 恧
Perl:
my $char = "\x{6067}";
print $char; # Output: 恧
PHP:
$char = "\x{6067}";
echo $char; // Output: 恧
Ruby:
char = "\u{6067}"
puts char # Output: 恧
Rust:
let c = '\u{6067}';
println!("{}", c); // Output: 恧
Go:
char := '\u6067'
fmt.Printf("%c\n", char) // Output: 恧
CSS:
/* CSS content property */
.element::before {
content: "\006067"; /* 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%81%A7
MD5:
da50d25cf8b978f3c92cfc5a5a3a2bac
SHA1:
c1c57a59e485b598fd3680fa2261ec3a77436f36
Base64:
5oGn