C:
char c = '\u86FA';
printf("%c\n", c); // Output: 蛺
JavaScript:
const char = '\u86FA';
console.log(char); // Output: 蛺
Java:
char c = '\u86FA';
System.out.println(c); // Output: 蛺
JSON:
{"text": "\u86FA"} // Value: 蛺
Python:
char = '\u86FA'
print(char) # Output: 蛺
Perl:
my $char = "\x{86FA}";
print $char; # Output: 蛺
PHP:
$char = "\x{86FA}";
echo $char; // Output: 蛺
Ruby:
char = "\u{86FA}"
puts char # Output: 蛺
Rust:
let c = '\u{86FA}';
println!("{}", c); // Output: 蛺
Go:
char := '\u86FA'
fmt.Printf("%c\n", char) // Output: 蛺
CSS:
/* CSS content property */
.element::before {
content: "\0086FA"; /* 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%9B%BA
MD5:
9a5035024e800ba85f4c6349efc9094a
SHA1:
bf8ad4b1826d31af5d7062135a44cf91165a62aa
Base64:
6Ju6