Unicode Finder

"噴" U+5674(CJK UNIFIED IDEOGRAPH-5674)

U+5674
Название Блока
CJK Unified Ideographs
Название
CJK UNIFIED IDEOGRAPH-5674

Programming

C
\u5674
JavaScript
\u5674
Java
\u5674
Json
\u5674
Python
\u5674
Perl
\x{5674}
PHP
\x{5674}
Ruby
\u{5674}
Rust
\u{5674}
Go
\u5674

Web

CSS
\005674
HtmlDecimal
噴
HtmlHexadecimal
噴
Url
%E5%99%B4

Code

MD5
2fb77d7ed56914e93f31dfe52023caa1
Sha1
4fdc40797ce583b2021921fd1efdb3817563449c
Base64
5Zm0

Примеры Использования

Programming Languages

C:

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

JavaScript:

const char = '\u5674';
console.log(char);  // Output: 噴

Java:

char c = '\u5674';
System.out.println(c);  // Output: 噴

JSON:

{"text": "\u5674"}  // Value: 噴

Python:

char = '\u5674'
print(char)  # Output: 噴

Perl:

my $char = "\x{5674}";
print $char;  # Output: 噴

PHP:

$char = "\x{5674}";
echo $char;  // Output: 噴

Ruby:

char = "\u{5674}"
puts char  # Output: 噴

Rust:

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

Go:

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

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\005674";  /* Display: 噴 */
}

HTML Decimal:

<p>HTML decimal: &#22132;</p>  <!-- Display: 噴 -->

HTML Hexadecimal:

<p>HTML hex: &#x5674;</p>  <!-- Display: 噴 -->

URL Encoding:

// 噴 URL encoding
https://unicodefinder.com/search.php?query=%E5%99%B4

Encodings

MD5:

2fb77d7ed56914e93f31dfe52023caa1

SHA1:

4fdc40797ce583b2021921fd1efdb3817563449c

Base64:

5Zm0