C:
char c = '\u863A';
printf("%c\n", c); // Output: 蘺
JavaScript:
const char = '\u863A';
console.log(char); // Output: 蘺
Java:
char c = '\u863A';
System.out.println(c); // Output: 蘺
JSON:
{"text": "\u863A"} // Value: 蘺
Python:
char = '\u863A'
print(char) # Output: 蘺
Perl:
my $char = "\x{863A}";
print $char; # Output: 蘺
PHP:
$char = "\x{863A}";
echo $char; // Output: 蘺
Ruby:
char = "\u{863A}"
puts char # Output: 蘺
Rust:
let c = '\u{863A}';
println!("{}", c); // Output: 蘺
Go:
char := '\u863A'
fmt.Printf("%c\n", char) // Output: 蘺
CSS:
/* CSS content property */
.element::before {
content: "\00863A"; /* 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%BA
MD5:
cb1ad23cbf7454b03dce876dc7e5bfeb
SHA1:
1f2f888959dcd865330f9edec04d6b99252b2276
Base64:
6Ji6