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