C:
char c = '\u8375';
printf("%c\n", c); // Output: 荵
JavaScript:
const char = '\u8375';
console.log(char); // Output: 荵
Java:
char c = '\u8375';
System.out.println(c); // Output: 荵
JSON:
{"text": "\u8375"} // Value: 荵
Python:
char = '\u8375'
print(char) # Output: 荵
Perl:
my $char = "\x{8375}";
print $char; # Output: 荵
PHP:
$char = "\x{8375}";
echo $char; // Output: 荵
Ruby:
char = "\u{8375}"
puts char # Output: 荵
Rust:
let c = '\u{8375}';
println!("{}", c); // Output: 荵
Go:
char := '\u8375'
fmt.Printf("%c\n", char) // Output: 荵
CSS:
/* CSS content property */
.element::before {
content: "\008375"; /* 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%8D%B5
MD5:
226ded89678510429c4a18e6fe571034
SHA1:
8c5b1641723875af8c7c983d8fc1e5764d2869fa
Base64:
6I21