C:
char c = '\u6578';
printf("%c\n", c); // Output: 數
JavaScript:
const char = '\u6578';
console.log(char); // Output: 數
Java:
char c = '\u6578';
System.out.println(c); // Output: 數
JSON:
{"text": "\u6578"} // Value: 數
Python:
char = '\u6578'
print(char) # Output: 數
Perl:
my $char = "\x{6578}";
print $char; # Output: 數
PHP:
$char = "\x{6578}";
echo $char; // Output: 數
Ruby:
char = "\u{6578}"
puts char # Output: 數
Rust:
let c = '\u{6578}';
println!("{}", c); // Output: 數
Go:
char := '\u6578'
fmt.Printf("%c\n", char) // Output: 數
CSS:
/* CSS content property */
.element::before {
content: "\006578"; /* 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=%E6%95%B8
MD5:
0aeeebc0fc186b30f95c35c4c85e6fa4
SHA1:
2824e22ea9862a3baba01ac3cd83ab9e5e8fb47d
Base64:
5pW4