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