C:
char c = '\uB5A7';
printf("%c\n", c); // Output: 떧
JavaScript:
const char = '\uB5A7';
console.log(char); // Output: 떧
Java:
char c = '\uB5A7';
System.out.println(c); // Output: 떧
JSON:
{"text": "\uB5A7"} // Value: 떧
Python:
char = '\uB5A7'
print(char) # Output: 떧
Perl:
my $char = "\x{B5A7}";
print $char; # Output: 떧
PHP:
$char = "\x{B5A7}";
echo $char; // Output: 떧
Ruby:
char = "\u{B5A7}"
puts char # Output: 떧
Rust:
let c = '\u{B5A7}';
println!("{}", c); // Output: 떧
Go:
char := '\uB5A7'
fmt.Printf("%c\n", char) // Output: 떧
CSS:
/* CSS content property */
.element::before {
content: "\00B5A7"; /* 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=%EB%96%A7
MD5:
efcbf758363df255b7b32c78fe61900a
SHA1:
48940b09a64109bdbd47b04a780cf3a9a1b3575e
Base64:
65an