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