C:
char c = '\u8274';
printf("%c\n", c); // Output: 艴
JavaScript:
const char = '\u8274';
console.log(char); // Output: 艴
Java:
char c = '\u8274';
System.out.println(c); // Output: 艴
JSON:
{"text": "\u8274"} // Value: 艴
Python:
char = '\u8274'
print(char) # Output: 艴
Perl:
my $char = "\x{8274}";
print $char; # Output: 艴
PHP:
$char = "\x{8274}";
echo $char; // Output: 艴
Ruby:
char = "\u{8274}"
puts char # Output: 艴
Rust:
let c = '\u{8274}';
println!("{}", c); // Output: 艴
Go:
char := '\u8274'
fmt.Printf("%c\n", char) // Output: 艴
CSS:
/* CSS content property */
.element::before {
content: "\008274"; /* 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%89%B4
MD5:
f62566b1f53b04beea5c2d4fd6ff1d71
SHA1:
71b6a9f02910303643d505eb8577ffaf607d7efb
Base64:
6Im0