Unicode Finder

"蕴" U+8574(CJK UNIFIED IDEOGRAPH-8574)

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

Programming

C
\u8574
JavaScript
\u8574
Java
\u8574
Json
\u8574
Python
\u8574
Perl
\x{8574}
PHP
\x{8574}
Ruby
\u{8574}
Rust
\u{8574}
Go
\u8574

Web

CSS
\008574
HtmlDecimal
蕴
HtmlHexadecimal
蕴
Url
%E8%95%B4

Code

MD5
816b1dfcd15a932180a0f6972b453bfc
Sha1
d6ad7f63f991ac81c60be28182247ec4f2c98d37
Base64
6JW0

使用範例

Programming Languages

C:

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

JavaScript:

const char = '\u8574';
console.log(char);  // Output: 蕴

Java:

char c = '\u8574';
System.out.println(c);  // Output: 蕴

JSON:

{"text": "\u8574"}  // Value: 蕴

Python:

char = '\u8574'
print(char)  # Output: 蕴

Perl:

my $char = "\x{8574}";
print $char;  # Output: 蕴

PHP:

$char = "\x{8574}";
echo $char;  // Output: 蕴

Ruby:

char = "\u{8574}"
puts char  # Output: 蕴

Rust:

let c = '\u{8574}';
println!("{}", c);  // Output: 蕴

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\008574";  /* Display: 蕴 */
}

HTML Decimal:

<p>HTML decimal: &#34164;</p>  <!-- Display: 蕴 -->

HTML Hexadecimal:

<p>HTML hex: &#x8574;</p>  <!-- Display: 蕴 -->

URL Encoding:

// 蕴 URL encoding
https://unicodefinder.com/search.php?query=%E8%95%B4

Encodings

MD5:

816b1dfcd15a932180a0f6972b453bfc

SHA1:

d6ad7f63f991ac81c60be28182247ec4f2c98d37

Base64:

6JW0