C:
char c = '\u8577';
printf("%c\n", c); // Output: 蕷
JavaScript:
const char = '\u8577';
console.log(char); // Output: 蕷
Java:
char c = '\u8577';
System.out.println(c); // Output: 蕷
JSON:
{"text": "\u8577"} // Value: 蕷
Python:
char = '\u8577'
print(char) # Output: 蕷
Perl:
my $char = "\x{8577}";
print $char; # Output: 蕷
PHP:
$char = "\x{8577}";
echo $char; // Output: 蕷
Ruby:
char = "\u{8577}"
puts char # Output: 蕷
Rust:
let c = '\u{8577}';
println!("{}", c); // Output: 蕷
Go:
char := '\u8577'
fmt.Printf("%c\n", char) // Output: 蕷
CSS:
/* CSS content property */
.element::before {
content: "\008577"; /* 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%B7
MD5:
ee27533f921d30ecb06e9403f9c91eaa
SHA1:
55bb39d65ada810a781a63939f94df7672d7227d
Base64:
6JW3