C:
char c = '\u9296';
printf("%c\n", c); // Output: 銖
JavaScript:
const char = '\u9296';
console.log(char); // Output: 銖
Java:
char c = '\u9296';
System.out.println(c); // Output: 銖
JSON:
{"text": "\u9296"} // Value: 銖
Python:
char = '\u9296'
print(char) # Output: 銖
Perl:
my $char = "\x{9296}";
print $char; # Output: 銖
PHP:
$char = "\x{9296}";
echo $char; // Output: 銖
Ruby:
char = "\u{9296}"
puts char # Output: 銖
Rust:
let c = '\u{9296}';
println!("{}", c); // Output: 銖
Go:
char := '\u9296'
fmt.Printf("%c\n", char) // Output: 銖
CSS:
/* CSS content property */
.element::before {
content: "\009296"; /* 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%8A%96
MD5:
22ae708ea93841bb5d40f4cf3fa64e89
SHA1:
57f18c806f8f0469aa51e90a8dcd681c34a3d4b8
Base64:
6YqW