C:
char c = '\uB6BA';
printf("%c\n", c); // Output: 뚺
JavaScript:
const char = '\uB6BA';
console.log(char); // Output: 뚺
Java:
char c = '\uB6BA';
System.out.println(c); // Output: 뚺
JSON:
{"text": "\uB6BA"} // Value: 뚺
Python:
char = '\uB6BA'
print(char) # Output: 뚺
Perl:
my $char = "\x{B6BA}";
print $char; # Output: 뚺
PHP:
$char = "\x{B6BA}";
echo $char; // Output: 뚺
Ruby:
char = "\u{B6BA}"
puts char # Output: 뚺
Rust:
let c = '\u{B6BA}';
println!("{}", c); // Output: 뚺
Go:
char := '\uB6BA'
fmt.Printf("%c\n", char) // Output: 뚺
CSS:
/* CSS content property */
.element::before {
content: "\00B6BA"; /* 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%9A%BA
MD5:
0d36abe57308a5608740c4e2d07ecc25
SHA1:
3c6d0f4415381bc9eab0e68d4a1d2b3a2562dac3
Base64:
65q6