C:
char c = '\u85DD';
printf("%c\n", c); // Output: 藝
JavaScript:
const char = '\u85DD';
console.log(char); // Output: 藝
Java:
char c = '\u85DD';
System.out.println(c); // Output: 藝
JSON:
{"text": "\u85DD"} // Value: 藝
Python:
char = '\u85DD'
print(char) # Output: 藝
Perl:
my $char = "\x{85DD}";
print $char; # Output: 藝
PHP:
$char = "\x{85DD}";
echo $char; // Output: 藝
Ruby:
char = "\u{85DD}"
puts char # Output: 藝
Rust:
let c = '\u{85DD}';
println!("{}", c); // Output: 藝
Go:
char := '\u85DD'
fmt.Printf("%c\n", char) // Output: 藝
CSS:
/* CSS content property */
.element::before {
content: "\0085DD"; /* 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%97%9D
MD5:
d22f26239136d4f1c539afca04e6c31e
SHA1:
3b10807165bb161e68177f862e67fe5f53f36c29
Base64:
6Jed