C:
char c = '\uB8C8';
printf("%c\n", c); // Output: 룈
JavaScript:
const char = '\uB8C8';
console.log(char); // Output: 룈
Java:
char c = '\uB8C8';
System.out.println(c); // Output: 룈
JSON:
{"text": "\uB8C8"} // Value: 룈
Python:
char = '\uB8C8'
print(char) # Output: 룈
Perl:
my $char = "\x{B8C8}";
print $char; # Output: 룈
PHP:
$char = "\x{B8C8}";
echo $char; // Output: 룈
Ruby:
char = "\u{B8C8}"
puts char # Output: 룈
Rust:
let c = '\u{B8C8}';
println!("{}", c); // Output: 룈
Go:
char := '\uB8C8'
fmt.Printf("%c\n", char) // Output: 룈
CSS:
/* CSS content property */
.element::before {
content: "\00B8C8"; /* 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%A3%88
MD5:
9a6b46f95a680d7e98e70430700e1acc
SHA1:
2bcf591d8e5f2988fdcf554b9152a625303acddf
Base64:
66OI