C:
char c = '\u9798';
printf("%c\n", c); // Output: 鞘
JavaScript:
const char = '\u9798';
console.log(char); // Output: 鞘
Java:
char c = '\u9798';
System.out.println(c); // Output: 鞘
JSON:
{"text": "\u9798"} // Value: 鞘
Python:
char = '\u9798'
print(char) # Output: 鞘
Perl:
my $char = "\x{9798}";
print $char; # Output: 鞘
PHP:
$char = "\x{9798}";
echo $char; // Output: 鞘
Ruby:
char = "\u{9798}"
puts char # Output: 鞘
Rust:
let c = '\u{9798}';
println!("{}", c); // Output: 鞘
Go:
char := '\u9798'
fmt.Printf("%c\n", char) // Output: 鞘
CSS:
/* CSS content property */
.element::before {
content: "\009798"; /* 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%9E%98
MD5:
36e5e5822135cea8d1b21732aa54ebd5
SHA1:
4326313a8a896dda04d65cb476fb66c249b4ea3e
Base64:
6Z6Y