C:
char c = '\uB7FC';
printf("%c\n", c); // Output: 럼
JavaScript:
const char = '\uB7FC';
console.log(char); // Output: 럼
Java:
char c = '\uB7FC';
System.out.println(c); // Output: 럼
JSON:
{"text": "\uB7FC"} // Value: 럼
Python:
char = '\uB7FC'
print(char) # Output: 럼
Perl:
my $char = "\x{B7FC}";
print $char; # Output: 럼
PHP:
$char = "\x{B7FC}";
echo $char; // Output: 럼
Ruby:
char = "\u{B7FC}"
puts char # Output: 럼
Rust:
let c = '\u{B7FC}';
println!("{}", c); // Output: 럼
Go:
char := '\uB7FC'
fmt.Printf("%c\n", char) // Output: 럼
CSS:
/* CSS content property */
.element::before {
content: "\00B7FC"; /* 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%9F%BC
MD5:
570dee2d4c6fc3239820a51f7c3b03b1
SHA1:
7ff69e2d8d608d4462e3e6f2ce3c62936c20170e
Base64:
65+8