C:
char c = '\u6039';
printf("%c\n", c); // Output: 怹
JavaScript:
const char = '\u6039';
console.log(char); // Output: 怹
Java:
char c = '\u6039';
System.out.println(c); // Output: 怹
JSON:
{"text": "\u6039"} // Value: 怹
Python:
char = '\u6039'
print(char) # Output: 怹
Perl:
my $char = "\x{6039}";
print $char; # Output: 怹
PHP:
$char = "\x{6039}";
echo $char; // Output: 怹
Ruby:
char = "\u{6039}"
puts char # Output: 怹
Rust:
let c = '\u{6039}';
println!("{}", c); // Output: 怹
Go:
char := '\u6039'
fmt.Printf("%c\n", char) // Output: 怹
CSS:
/* CSS content property */
.element::before {
content: "\006039"; /* 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%B9
MD5:
ac33ba3dd95dd8e0dd249adeda73e5d5
SHA1:
e5bd86ed2f74ec47f05e0f80807dc4294f4fa013
Base64:
5oC5