C:
char c = '\uBA70';
printf("%c\n", c); // Output: 며
JavaScript:
const char = '\uBA70';
console.log(char); // Output: 며
Java:
char c = '\uBA70';
System.out.println(c); // Output: 며
JSON:
{"text": "\uBA70"} // Value: 며
Python:
char = '\uBA70'
print(char) # Output: 며
Perl:
my $char = "\x{BA70}";
print $char; # Output: 며
PHP:
$char = "\x{BA70}";
echo $char; // Output: 며
Ruby:
char = "\u{BA70}"
puts char # Output: 며
Rust:
let c = '\u{BA70}';
println!("{}", c); // Output: 며
Go:
char := '\uBA70'
fmt.Printf("%c\n", char) // Output: 며
CSS:
/* CSS content property */
.element::before {
content: "\00BA70"; /* 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%A9%B0
MD5:
afab1d6066881ca2eed8aef3c3a395a9
SHA1:
3f6168e7e7cae8db80a937607635960782d5dd85
Base64:
66mw