C:
char c = '\u857D';
printf("%c\n", c); // Output: 蕽
JavaScript:
const char = '\u857D';
console.log(char); // Output: 蕽
Java:
char c = '\u857D';
System.out.println(c); // Output: 蕽
JSON:
{"text": "\u857D"} // Value: 蕽
Python:
char = '\u857D'
print(char) # Output: 蕽
Perl:
my $char = "\x{857D}";
print $char; # Output: 蕽
PHP:
$char = "\x{857D}";
echo $char; // Output: 蕽
Ruby:
char = "\u{857D}"
puts char # Output: 蕽
Rust:
let c = '\u{857D}';
println!("{}", c); // Output: 蕽
Go:
char := '\u857D'
fmt.Printf("%c\n", char) // Output: 蕽
CSS:
/* CSS content property */
.element::before {
content: "\00857D"; /* 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%95%BD
MD5:
ecc31f3ab13a2e1278b30b79e52a7edc
SHA1:
a0d61261866c574eea062d0a3cc9efe4458deb31
Base64:
6JW9