Unicode Finder

"茪" U+832A(CJK UNIFIED IDEOGRAPH-832A)

U+832A
區塊名稱
CJK Unified Ideographs
名稱
CJK UNIFIED IDEOGRAPH-832A

Programming

C
\u832A
JavaScript
\u832A
Java
\u832A
Json
\u832A
Python
\u832A
Perl
\x{832A}
PHP
\x{832A}
Ruby
\u{832A}
Rust
\u{832A}
Go
\u832A

Web

CSS
\00832A
HtmlDecimal
茪
HtmlHexadecimal
茪
Url
%E8%8C%AA

Code

MD5
b6dd1ea77806f473e33a6f9cadea02cd
Sha1
81355406a9dd05e08e6f55c39eb5bbee0835ba24
Base64
6Iyq

使用範例

Programming Languages

C:

char c = '\u832A';
printf("%c\n", c);  // Output: 茪

JavaScript:

const char = '\u832A';
console.log(char);  // Output: 茪

Java:

char c = '\u832A';
System.out.println(c);  // Output: 茪

JSON:

{"text": "\u832A"}  // Value: 茪

Python:

char = '\u832A'
print(char)  # Output: 茪

Perl:

my $char = "\x{832A}";
print $char;  # Output: 茪

PHP:

$char = "\x{832A}";
echo $char;  // Output: 茪

Ruby:

char = "\u{832A}"
puts char  # Output: 茪

Rust:

let c = '\u{832A}';
println!("{}", c);  // Output: 茪

Go:

char := '\u832A'
fmt.Printf("%c\n", char)  // Output: 茪

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\00832A";  /* Display: 茪 */
}

HTML Decimal:

<p>HTML decimal: &#33578;</p>  <!-- Display: 茪 -->

HTML Hexadecimal:

<p>HTML hex: &#x832A;</p>  <!-- Display: 茪 -->

URL Encoding:

// 茪 URL encoding
https://unicodefinder.com/search.php?query=%E8%8C%AA

Encodings

MD5:

b6dd1ea77806f473e33a6f9cadea02cd

SHA1:

81355406a9dd05e08e6f55c39eb5bbee0835ba24

Base64:

6Iyq