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