C:
char c = '\uB6FB';
printf("%c\n", c); // Output: 뛻
JavaScript:
const char = '\uB6FB';
console.log(char); // Output: 뛻
Java:
char c = '\uB6FB';
System.out.println(c); // Output: 뛻
JSON:
{"text": "\uB6FB"} // Value: 뛻
Python:
char = '\uB6FB'
print(char) # Output: 뛻
Perl:
my $char = "\x{B6FB}";
print $char; # Output: 뛻
PHP:
$char = "\x{B6FB}";
echo $char; // Output: 뛻
Ruby:
char = "\u{B6FB}"
puts char # Output: 뛻
Rust:
let c = '\u{B6FB}';
println!("{}", c); // Output: 뛻
Go:
char := '\uB6FB'
fmt.Printf("%c\n", char) // Output: 뛻
CSS:
/* CSS content property */
.element::before {
content: "\00B6FB"; /* 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%9B%BB
MD5:
5c5af48e8c7356c4607d6f6eb1222116
SHA1:
209f45f6a0f31572a7a1b71b4a257a6e9356a181
Base64:
65u7