C:
char c = '\uD778';
printf("%c\n", c); // Output: 흸
JavaScript:
const char = '\uD778';
console.log(char); // Output: 흸
Java:
char c = '\uD778';
System.out.println(c); // Output: 흸
JSON:
{"text": "\uD778"} // Value: 흸
Python:
char = '\uD778'
print(char) # Output: 흸
Perl:
my $char = "\x{D778}";
print $char; # Output: 흸
PHP:
$char = "\x{D778}";
echo $char; // Output: 흸
Ruby:
char = "\u{D778}"
puts char # Output: 흸
Rust:
let c = '\u{D778}';
println!("{}", c); // Output: 흸
Go:
char := '\uD778'
fmt.Printf("%c\n", char) // Output: 흸
CSS:
/* CSS content property */
.element::before {
content: "\00D778"; /* 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%B8
MD5:
e685765bb2d3313b5cc358d7598f63fd
SHA1:
8c6b2568f4128bc500d7e701f4231f11c3b619a1
Base64:
7Z24