C:
char c = '\u831B';
printf("%c\n", c); // Output: 茛
JavaScript:
const char = '\u831B';
console.log(char); // Output: 茛
Java:
char c = '\u831B';
System.out.println(c); // Output: 茛
JSON:
{"text": "\u831B"} // Value: 茛
Python:
char = '\u831B'
print(char) # Output: 茛
Perl:
my $char = "\x{831B}";
print $char; # Output: 茛
PHP:
$char = "\x{831B}";
echo $char; // Output: 茛
Ruby:
char = "\u{831B}"
puts char # Output: 茛
Rust:
let c = '\u{831B}';
println!("{}", c); // Output: 茛
Go:
char := '\u831B'
fmt.Printf("%c\n", char) // Output: 茛
CSS:
/* CSS content property */
.element::before {
content: "\00831B"; /* 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%9B
MD5:
ab1843cb7f3dbe2c60d8eb90fb9c06dd
SHA1:
b1ee753cabc61e17773be3093201ef0dd122ca2b
Base64:
6Iyb