C:
char c = '\u5CF6';
printf("%c\n", c); // Output: 島
JavaScript:
const char = '\u5CF6';
console.log(char); // Output: 島
Java:
char c = '\u5CF6';
System.out.println(c); // Output: 島
JSON:
{"text": "\u5CF6"} // Value: 島
Python:
char = '\u5CF6'
print(char) # Output: 島
Perl:
my $char = "\x{5CF6}";
print $char; # Output: 島
PHP:
$char = "\x{5CF6}";
echo $char; // Output: 島
Ruby:
char = "\u{5CF6}"
puts char # Output: 島
Rust:
let c = '\u{5CF6}';
println!("{}", c); // Output: 島
Go:
char := '\u5CF6'
fmt.Printf("%c\n", char) // Output: 島
CSS:
/* CSS content property */
.element::before {
content: "\005CF6"; /* 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=%E5%B3%B6
MD5:
1b33d22a11df24e51cc7b0c68bc917d4
SHA1:
fd989055061149f30dc3b21c8caafa9657db6288
Base64:
5bO2