C:
char c = '\u9776';
printf("%c\n", c); // Output: 靶
JavaScript:
const char = '\u9776';
console.log(char); // Output: 靶
Java:
char c = '\u9776';
System.out.println(c); // Output: 靶
JSON:
{"text": "\u9776"} // Value: 靶
Python:
char = '\u9776'
print(char) # Output: 靶
Perl:
my $char = "\x{9776}";
print $char; # Output: 靶
PHP:
$char = "\x{9776}";
echo $char; // Output: 靶
Ruby:
char = "\u{9776}"
puts char # Output: 靶
Rust:
let c = '\u{9776}';
println!("{}", c); // Output: 靶
Go:
char := '\u9776'
fmt.Printf("%c\n", char) // Output: 靶
CSS:
/* CSS content property */
.element::before {
content: "\009776"; /* 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=%E9%9D%B6
MD5:
81f848e307c978713c542e15e37f2145
SHA1:
287376335eedf832674e1d566c2c78c0191fc2cc
Base64:
6Z22