C:
char c = '\u832C';
printf("%c\n", c); // Output: 茬
JavaScript:
const char = '\u832C';
console.log(char); // Output: 茬
Java:
char c = '\u832C';
System.out.println(c); // Output: 茬
JSON:
{"text": "\u832C"} // Value: 茬
Python:
char = '\u832C'
print(char) # Output: 茬
Perl:
my $char = "\x{832C}";
print $char; # Output: 茬
PHP:
$char = "\x{832C}";
echo $char; // Output: 茬
Ruby:
char = "\u{832C}"
puts char # Output: 茬
Rust:
let c = '\u{832C}';
println!("{}", c); // Output: 茬
Go:
char := '\u832C'
fmt.Printf("%c\n", char) // Output: 茬
CSS:
/* CSS content property */
.element::before {
content: "\00832C"; /* 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=%E8%8C%AC
MD5:
9bc86f9d1b8949fc6e090979248e8738
SHA1:
2640178f88fe6ccc00cb133aaea3511dbf704981
Base64:
6Iys