C:
char c = '\uBA3C';
printf("%c\n", c); // Output: 먼
JavaScript:
const char = '\uBA3C';
console.log(char); // Output: 먼
Java:
char c = '\uBA3C';
System.out.println(c); // Output: 먼
JSON:
{"text": "\uBA3C"} // Value: 먼
Python:
char = '\uBA3C'
print(char) # Output: 먼
Perl:
my $char = "\x{BA3C}";
print $char; # Output: 먼
PHP:
$char = "\x{BA3C}";
echo $char; // Output: 먼
Ruby:
char = "\u{BA3C}"
puts char # Output: 먼
Rust:
let c = '\u{BA3C}';
println!("{}", c); // Output: 먼
Go:
char := '\uBA3C'
fmt.Printf("%c\n", char) // Output: 먼
CSS:
/* CSS content property */
.element::before {
content: "\00BA3C"; /* 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%A8%BC
MD5:
35a678f3e6b7477eb13d4090987a00da
SHA1:
e517f8f77042e1bbf3757c0d845c89b81346d566
Base64:
66i8