C:
char c = '\u6034';
printf("%c\n", c); // Output: 怴
JavaScript:
const char = '\u6034';
console.log(char); // Output: 怴
Java:
char c = '\u6034';
System.out.println(c); // Output: 怴
JSON:
{"text": "\u6034"} // Value: 怴
Python:
char = '\u6034'
print(char) # Output: 怴
Perl:
my $char = "\x{6034}";
print $char; # Output: 怴
PHP:
$char = "\x{6034}";
echo $char; // Output: 怴
Ruby:
char = "\u{6034}"
puts char # Output: 怴
Rust:
let c = '\u{6034}';
println!("{}", c); // Output: 怴
Go:
char := '\u6034'
fmt.Printf("%c\n", char) // Output: 怴
CSS:
/* CSS content property */
.element::before {
content: "\006034"; /* 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%B4
MD5:
c09b6d1d3db26d4ad84a463fa80c179f
SHA1:
33cfa61897a0bfbc67e9ed77ab80f689d3cee15f
Base64:
5oC0