C:
char c = '\u9078';
printf("%c\n", c); // Output: 選
JavaScript:
const char = '\u9078';
console.log(char); // Output: 選
Java:
char c = '\u9078';
System.out.println(c); // Output: 選
JSON:
{"text": "\u9078"} // Value: 選
Python:
char = '\u9078'
print(char) # Output: 選
Perl:
my $char = "\x{9078}";
print $char; # Output: 選
PHP:
$char = "\x{9078}";
echo $char; // Output: 選
Ruby:
char = "\u{9078}"
puts char # Output: 選
Rust:
let c = '\u{9078}';
println!("{}", c); // Output: 選
Go:
char := '\u9078'
fmt.Printf("%c\n", char) // Output: 選
CSS:
/* CSS content property */
.element::before {
content: "\009078"; /* 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%81%B8
MD5:
a902d0e512e6e5f8c9d1dd5e615e554a
SHA1:
846b2c68221a68e9fd08cd91cc79beffe6955775
Base64:
6YG4