C:
char c = '\u859F';
printf("%c\n", c); // Output: 薟
JavaScript:
const char = '\u859F';
console.log(char); // Output: 薟
Java:
char c = '\u859F';
System.out.println(c); // Output: 薟
JSON:
{"text": "\u859F"} // Value: 薟
Python:
char = '\u859F'
print(char) # Output: 薟
Perl:
my $char = "\x{859F}";
print $char; # Output: 薟
PHP:
$char = "\x{859F}";
echo $char; // Output: 薟
Ruby:
char = "\u{859F}"
puts char # Output: 薟
Rust:
let c = '\u{859F}';
println!("{}", c); // Output: 薟
Go:
char := '\u859F'
fmt.Printf("%c\n", char) // Output: 薟
CSS:
/* CSS content property */
.element::before {
content: "\00859F"; /* 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%96%9F
MD5:
9dc90baebfba83ef22b08b9869ffdf22
SHA1:
8293a096397d0a93eec6f690fc9c457208b6107d
Base64:
6Jaf