C:
char c = '\uB1A8';
printf("%c\n", c); // Output: 놨
JavaScript:
const char = '\uB1A8';
console.log(char); // Output: 놨
Java:
char c = '\uB1A8';
System.out.println(c); // Output: 놨
JSON:
{"text": "\uB1A8"} // Value: 놨
Python:
char = '\uB1A8'
print(char) # Output: 놨
Perl:
my $char = "\x{B1A8}";
print $char; # Output: 놨
PHP:
$char = "\x{B1A8}";
echo $char; // Output: 놨
Ruby:
char = "\u{B1A8}"
puts char # Output: 놨
Rust:
let c = '\u{B1A8}';
println!("{}", c); // Output: 놨
Go:
char := '\uB1A8'
fmt.Printf("%c\n", char) // Output: 놨
CSS:
/* CSS content property */
.element::before {
content: "\00B1A8"; /* 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%86%A8
MD5:
cba64dbad258ab7045423357b97faf04
SHA1:
b23200cd060ace84408c1f2e13fbc913ee885bdd
Base64:
64ao