C:
char c = '\u8FE0';
printf("%c\n", c); // Output: 迠
JavaScript:
const char = '\u8FE0';
console.log(char); // Output: 迠
Java:
char c = '\u8FE0';
System.out.println(c); // Output: 迠
JSON:
{"text": "\u8FE0"} // Value: 迠
Python:
char = '\u8FE0'
print(char) # Output: 迠
Perl:
my $char = "\x{8FE0}";
print $char; # Output: 迠
PHP:
$char = "\x{8FE0}";
echo $char; // Output: 迠
Ruby:
char = "\u{8FE0}"
puts char # Output: 迠
Rust:
let c = '\u{8FE0}';
println!("{}", c); // Output: 迠
Go:
char := '\u8FE0'
fmt.Printf("%c\n", char) // Output: 迠
CSS:
/* CSS content property */
.element::before {
content: "\008FE0"; /* 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%BF%A0
MD5:
e6e22bdd9c72fa8cd7f8f90f11875508
SHA1:
2e56a94de940a3e6ee3fad4ce7ec7a56d717d194
Base64:
6L+g