C:
char c = '\u825D';
printf("%c\n", c); // Output: 艝
JavaScript:
const char = '\u825D';
console.log(char); // Output: 艝
Java:
char c = '\u825D';
System.out.println(c); // Output: 艝
JSON:
{"text": "\u825D"} // Value: 艝
Python:
char = '\u825D'
print(char) # Output: 艝
Perl:
my $char = "\x{825D}";
print $char; # Output: 艝
PHP:
$char = "\x{825D}";
echo $char; // Output: 艝
Ruby:
char = "\u{825D}"
puts char # Output: 艝
Rust:
let c = '\u{825D}';
println!("{}", c); // Output: 艝
Go:
char := '\u825D'
fmt.Printf("%c\n", char) // Output: 艝
CSS:
/* CSS content property */
.element::before {
content: "\00825D"; /* 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%9D
MD5:
47048d28aa028c084c1010f667886f75
SHA1:
df5c3d351e5946e25114edd97fbdd7eb0aa8b595
Base64:
6Imd