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