C:
char c = '\u7239';
printf("%c\n", c); // Output: 爹
JavaScript:
const char = '\u7239';
console.log(char); // Output: 爹
Java:
char c = '\u7239';
System.out.println(c); // Output: 爹
JSON:
{"text": "\u7239"} // Value: 爹
Python:
char = '\u7239'
print(char) # Output: 爹
Perl:
my $char = "\x{7239}";
print $char; # Output: 爹
PHP:
$char = "\x{7239}";
echo $char; // Output: 爹
Ruby:
char = "\u{7239}"
puts char # Output: 爹
Rust:
let c = '\u{7239}';
println!("{}", c); // Output: 爹
Go:
char := '\u7239'
fmt.Printf("%c\n", char) // Output: 爹
CSS:
/* CSS content property */
.element::before {
content: "\007239"; /* 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=%E7%88%B9
MD5:
f79754f96b7d3456ab91a23ad919f197
SHA1:
60f670886a898bdf767efea323b3772285c159b9
Base64:
54i5