C:
char c = '\u6218';
printf("%c\n", c); // Output: 战
JavaScript:
const char = '\u6218';
console.log(char); // Output: 战
Java:
char c = '\u6218';
System.out.println(c); // Output: 战
JSON:
{"text": "\u6218"} // Value: 战
Python:
char = '\u6218'
print(char) # Output: 战
Perl:
my $char = "\x{6218}";
print $char; # Output: 战
PHP:
$char = "\x{6218}";
echo $char; // Output: 战
Ruby:
char = "\u{6218}"
puts char # Output: 战
Rust:
let c = '\u{6218}';
println!("{}", c); // Output: 战
Go:
char := '\u6218'
fmt.Printf("%c\n", char) // Output: 战
CSS:
/* CSS content property */
.element::before {
content: "\006218"; /* 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%88%98
MD5:
294c9e8b182cbdce3e15334325781db2
SHA1:
08238a2be2bed6bf8d9da8c0f61aec1551a5d29b
Base64:
5oiY