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