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