C:
char c = '\u9319';
printf("%c\n", c); // Output: 錙
JavaScript:
const char = '\u9319';
console.log(char); // Output: 錙
Java:
char c = '\u9319';
System.out.println(c); // Output: 錙
JSON:
{"text": "\u9319"} // Value: 錙
Python:
char = '\u9319'
print(char) # Output: 錙
Perl:
my $char = "\x{9319}";
print $char; # Output: 錙
PHP:
$char = "\x{9319}";
echo $char; // Output: 錙
Ruby:
char = "\u{9319}"
puts char # Output: 錙
Rust:
let c = '\u{9319}';
println!("{}", c); // Output: 錙
Go:
char := '\u9319'
fmt.Printf("%c\n", char) // Output: 錙
CSS:
/* CSS content property */
.element::before {
content: "\009319"; /* 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%8C%99
MD5:
696c4a505014afeca45bd7c9a98de681
SHA1:
f7908618e2e38d00b38b4834b39c9389d1d3df9e
Base64:
6YyZ