C:
char c = '\uD77A';
printf("%c\n", c); // Output: 흺
JavaScript:
const char = '\uD77A';
console.log(char); // Output: 흺
Java:
char c = '\uD77A';
System.out.println(c); // Output: 흺
JSON:
{"text": "\uD77A"} // Value: 흺
Python:
char = '\uD77A'
print(char) # Output: 흺
Perl:
my $char = "\x{D77A}";
print $char; # Output: 흺
PHP:
$char = "\x{D77A}";
echo $char; // Output: 흺
Ruby:
char = "\u{D77A}"
puts char # Output: 흺
Rust:
let c = '\u{D77A}';
println!("{}", c); // Output: 흺
Go:
char := '\uD77A'
fmt.Printf("%c\n", char) // Output: 흺
CSS:
/* CSS content property */
.element::before {
content: "\00D77A"; /* 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%BA
MD5:
061917a29d3e1c0c8ae5ce91d7827773
SHA1:
184746e8927f5495aa3a16790dde304c386de3a0
Base64:
7Z26