C:
char c = '\u8A93';
printf("%c\n", c); // Output: 誓
JavaScript:
const char = '\u8A93';
console.log(char); // Output: 誓
Java:
char c = '\u8A93';
System.out.println(c); // Output: 誓
JSON:
{"text": "\u8A93"} // Value: 誓
Python:
char = '\u8A93'
print(char) # Output: 誓
Perl:
my $char = "\x{8A93}";
print $char; # Output: 誓
PHP:
$char = "\x{8A93}";
echo $char; // Output: 誓
Ruby:
char = "\u{8A93}"
puts char # Output: 誓
Rust:
let c = '\u{8A93}';
println!("{}", c); // Output: 誓
Go:
char := '\u8A93'
fmt.Printf("%c\n", char) // Output: 誓
CSS:
/* CSS content property */
.element::before {
content: "\008A93"; /* 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=%E8%AA%93
MD5:
0fab159bc3172e1fd7a38ef95a672ed6
SHA1:
6da18b6e5886bd032745c3abd868126bdc3523a0
Base64:
6KqT