C:
char c = '\u8105';
printf("%c\n", c); // Output: 脅
JavaScript:
const char = '\u8105';
console.log(char); // Output: 脅
Java:
char c = '\u8105';
System.out.println(c); // Output: 脅
JSON:
{"text": "\u8105"} // Value: 脅
Python:
char = '\u8105'
print(char) # Output: 脅
Perl:
my $char = "\x{8105}";
print $char; # Output: 脅
PHP:
$char = "\x{8105}";
echo $char; // Output: 脅
Ruby:
char = "\u{8105}"
puts char # Output: 脅
Rust:
let c = '\u{8105}';
println!("{}", c); // Output: 脅
Go:
char := '\u8105'
fmt.Printf("%c\n", char) // Output: 脅
CSS:
/* CSS content property */
.element::before {
content: "\008105"; /* 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%84%85
MD5:
e291583f05bc7a4049612ce29e49ead3
SHA1:
dffe4acb83d85e0a595fb1828698d39721186a39
Base64:
6ISF