C:
char c = '\u5C06';
printf("%c\n", c); // Output: 将
JavaScript:
const char = '\u5C06';
console.log(char); // Output: 将
Java:
char c = '\u5C06';
System.out.println(c); // Output: 将
JSON:
{"text": "\u5C06"} // Value: 将
Python:
char = '\u5C06'
print(char) # Output: 将
Perl:
my $char = "\x{5C06}";
print $char; # Output: 将
PHP:
$char = "\x{5C06}";
echo $char; // Output: 将
Ruby:
char = "\u{5C06}"
puts char # Output: 将
Rust:
let c = '\u{5C06}';
println!("{}", c); // Output: 将
Go:
char := '\u5C06'
fmt.Printf("%c\n", char) // Output: 将
CSS:
/* CSS content property */
.element::before {
content: "\005C06"; /* 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=%E5%B0%86
MD5:
0645cb3f9e0768039755bdd6db9558bb
SHA1:
4170cd50639e50e019d6f8bd2af0bfd0c630b5ef
Base64:
5bCG