Unicode Finder

"๐Ÿ’ท" U+1F4B7(BANKNOTE WITH POUND SIGN)

๐Ÿ’ท
U+1F4B7
ุงุณู… ุงู„ูƒุชู„ุฉ
Miscellaneous Symbols and Pictographs
ุงู„ุงุณู…
BANKNOTE WITH POUND SIGN

Programming

C
\u1F4B7
JavaScript
\u1F4B7
Java
\u1F4B7
Json
\u1F4B7
Python
\u1F4B7
Perl
\x{1F4B7}
PHP
\x{1F4B7}
Ruby
\u{1F4B7}
Rust
\u{1F4B7}
Go
\u1F4B7

Web

CSS
\01F4B7
HtmlDecimal
💷
HtmlHexadecimal
💷
Url
%F0%9F%92%B7

Code

MD5
83df240864eb2d841e0359e621a1a876
Sha1
53327fdac2ca15e076f356a1d1ee84015fcc696d
Base64
8J+Stw==

ุฃู…ุซู„ุฉ ุงู„ุงุณุชุฎุฏุงู…

Programming Languages

C:

char c = '\u1F4B7';
printf("%c\n", c);  // Output: ๐Ÿ’ท

JavaScript:

const char = '\u1F4B7';
console.log(char);  // Output: ๐Ÿ’ท

Java:

char c = '\u1F4B7';
System.out.println(c);  // Output: ๐Ÿ’ท

JSON:

{"text": "\u1F4B7"}  // Value: ๐Ÿ’ท

Python:

char = '\u1F4B7'
print(char)  # Output: ๐Ÿ’ท

Perl:

my $char = "\x{1F4B7}";
print $char;  # Output: ๐Ÿ’ท

PHP:

$char = "\x{1F4B7}";
echo $char;  // Output: ๐Ÿ’ท

Ruby:

char = "\u{1F4B7}"
puts char  # Output: ๐Ÿ’ท

Rust:

let c = '\u{1F4B7}';
println!("{}", c);  // Output: ๐Ÿ’ท

Go:

char := '\u1F4B7'
fmt.Printf("%c\n", char)  // Output: ๐Ÿ’ท

Web Technologies

CSS:

/* CSS content property */
.element::before {
content: "\01F4B7";  /* Display: ๐Ÿ’ท */
}

HTML Decimal:

<p>HTML decimal: &#128183;</p>  <!-- Display: ๐Ÿ’ท -->

HTML Hexadecimal:

<p>HTML hex: &#x1F4B7;</p>  <!-- Display: ๐Ÿ’ท -->

URL Encoding:

// ๐Ÿ’ท URL encoding
https://unicodefinder.com/search.php?query=%F0%9F%92%B7

Encodings

MD5:

83df240864eb2d841e0359e621a1a876

SHA1:

53327fdac2ca15e076f356a1d1ee84015fcc696d

Base64:

8J+Stw==

© 2025 Unicode Finder

๐Ÿ’ท U+1F4B7 BANKNOTE WITH POUND SIGN ุฑู…ุฒ ูŠูˆู†ูŠูƒูˆุฏ - Unicode Finder

Contact: [email protected]