C:
char c = '\u958B';
printf("%c\n", c); // Output: 開
JavaScript:
const char = '\u958B';
console.log(char); // Output: 開
Java:
char c = '\u958B';
System.out.println(c); // Output: 開
JSON:
{"text": "\u958B"} // Value: 開
Python:
char = '\u958B'
print(char) # Output: 開
Perl:
my $char = "\x{958B}";
print $char; # Output: 開
PHP:
$char = "\x{958B}";
echo $char; // Output: 開
Ruby:
char = "\u{958B}"
puts char # Output: 開
Rust:
let c = '\u{958B}';
println!("{}", c); // Output: 開
Go:
char := '\u958B'
fmt.Printf("%c\n", char) // Output: 開
CSS:
/* CSS content property */
.element::before {
content: "\00958B"; /* 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%96%8B
MD5:
137fa73ea2b80f3fd7d49c78fa759f6a
SHA1:
99529c90aed30d881a1759a907b53c27cb967c8f
Base64:
6ZaL