C:
char c = '\u860B';
printf("%c\n", c); // Output: 蘋
JavaScript:
const char = '\u860B';
console.log(char); // Output: 蘋
Java:
char c = '\u860B';
System.out.println(c); // Output: 蘋
JSON:
{"text": "\u860B"} // Value: 蘋
Python:
char = '\u860B'
print(char) # Output: 蘋
Perl:
my $char = "\x{860B}";
print $char; # Output: 蘋
PHP:
$char = "\x{860B}";
echo $char; // Output: 蘋
Ruby:
char = "\u{860B}"
puts char # Output: 蘋
Rust:
let c = '\u{860B}';
println!("{}", c); // Output: 蘋
Go:
char := '\u860B'
fmt.Printf("%c\n", char) // Output: 蘋
CSS:
/* CSS content property */
.element::before {
content: "\00860B"; /* 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=%E8%98%8B
MD5:
98bd538d5b216ed6a0766d85bb30542b
SHA1:
75904801158042c70bd63d1a8ec9f0f36fda7bf6
Base64:
6JiL