C:
char c = '\u6036';
printf("%c\n", c); // Output: 怶
JavaScript:
const char = '\u6036';
console.log(char); // Output: 怶
Java:
char c = '\u6036';
System.out.println(c); // Output: 怶
JSON:
{"text": "\u6036"} // Value: 怶
Python:
char = '\u6036'
print(char) # Output: 怶
Perl:
my $char = "\x{6036}";
print $char; # Output: 怶
PHP:
$char = "\x{6036}";
echo $char; // Output: 怶
Ruby:
char = "\u{6036}"
puts char # Output: 怶
Rust:
let c = '\u{6036}';
println!("{}", c); // Output: 怶
Go:
char := '\u6036'
fmt.Printf("%c\n", char) // Output: 怶
CSS:
/* CSS content property */
.element::before {
content: "\006036"; /* 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%80%B6
MD5:
6e489f03e7207c3a7a452352b7429833
SHA1:
3c773dd12f9da161d992e021a867e54e4e8045aa
Base64:
5oC2