C:
char c = '\uD75B';
printf("%c\n", c); // Output: 흛
JavaScript:
const char = '\uD75B';
console.log(char); // Output: 흛
Java:
char c = '\uD75B';
System.out.println(c); // Output: 흛
JSON:
{"text": "\uD75B"} // Value: 흛
Python:
char = '\uD75B'
print(char) # Output: 흛
Perl:
my $char = "\x{D75B}";
print $char; # Output: 흛
PHP:
$char = "\x{D75B}";
echo $char; // Output: 흛
Ruby:
char = "\u{D75B}"
puts char # Output: 흛
Rust:
let c = '\u{D75B}';
println!("{}", c); // Output: 흛
Go:
char := '\uD75B'
fmt.Printf("%c\n", char) // Output: 흛
CSS:
/* CSS content property */
.element::before {
content: "\00D75B"; /* 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=%ED%9D%9B
MD5:
b722c2fe465e11cbc6cfe6b63b5ca1ff
SHA1:
55c38eb248d206f569b253118abb960c8a118b93
Base64:
7Z2b