C:
char c = '\u653B';
printf("%c\n", c); // Output: 攻
JavaScript:
const char = '\u653B';
console.log(char); // Output: 攻
Java:
char c = '\u653B';
System.out.println(c); // Output: 攻
JSON:
{"text": "\u653B"} // Value: 攻
Python:
char = '\u653B'
print(char) # Output: 攻
Perl:
my $char = "\x{653B}";
print $char; # Output: 攻
PHP:
$char = "\x{653B}";
echo $char; // Output: 攻
Ruby:
char = "\u{653B}"
puts char # Output: 攻
Rust:
let c = '\u{653B}';
println!("{}", c); // Output: 攻
Go:
char := '\u653B'
fmt.Printf("%c\n", char) // Output: 攻
CSS:
/* CSS content property */
.element::before {
content: "\00653B"; /* 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%94%BB
MD5:
135e675a5581249ff932f25fadba3f2e
SHA1:
8d4f769e03806cc2116e1bff60d43e8f184b1c00
Base64:
5pS7