C:
char c = '\uBA9F';
printf("%c\n", c); // Output: 몟
JavaScript:
const char = '\uBA9F';
console.log(char); // Output: 몟
Java:
char c = '\uBA9F';
System.out.println(c); // Output: 몟
JSON:
{"text": "\uBA9F"} // Value: 몟
Python:
char = '\uBA9F'
print(char) # Output: 몟
Perl:
my $char = "\x{BA9F}";
print $char; # Output: 몟
PHP:
$char = "\x{BA9F}";
echo $char; // Output: 몟
Ruby:
char = "\u{BA9F}"
puts char # Output: 몟
Rust:
let c = '\u{BA9F}';
println!("{}", c); // Output: 몟
Go:
char := '\uBA9F'
fmt.Printf("%c\n", char) // Output: 몟
CSS:
/* CSS content property */
.element::before {
content: "\00BA9F"; /* 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%AA%9F
MD5:
62f2e7c1acd33803e3e3e83eae6601a2
SHA1:
9a0b5f4e24db90a9c97d6016bc2498b69231de20
Base64:
66qf