C:
char c = '\uBAB8';
printf("%c\n", c); // Output: 몸
JavaScript:
const char = '\uBAB8';
console.log(char); // Output: 몸
Java:
char c = '\uBAB8';
System.out.println(c); // Output: 몸
JSON:
{"text": "\uBAB8"} // Value: 몸
Python:
char = '\uBAB8'
print(char) # Output: 몸
Perl:
my $char = "\x{BAB8}";
print $char; # Output: 몸
PHP:
$char = "\x{BAB8}";
echo $char; // Output: 몸
Ruby:
char = "\u{BAB8}"
puts char # Output: 몸
Rust:
let c = '\u{BAB8}';
println!("{}", c); // Output: 몸
Go:
char := '\uBAB8'
fmt.Printf("%c\n", char) // Output: 몸
CSS:
/* CSS content property */
.element::before {
content: "\00BAB8"; /* 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%B8
MD5:
0c0a63a95fafd80fc866703ccaa38dda
SHA1:
749d1d3fd7ce26101823425e3b267441d46be8b3
Base64:
66q4